You mistake is not the actorname, its correct, but you used
Code:
(part.ParameterTypes.I_VelocityIAS, -1);
you must use
Code:
(part.ParameterTypes.Z_VelocityIAS, -1);
BTW. The simplest way to get the actorname is in game external view, right click -> enable show object names.