Rename vcMotionStatement

Hy,

is there a way to rename vcMotionStatements from PythonScript?

Thank you

RenameNotWorking

Hi,

Try this:

statement.Positions[0].Name = "PosName"

-k

Perfect, Thank you! :smiley: