01-29-2021, 11:39 AM
Hello everybody,
I am trying to modify all MoveL instructions of a program by MoveJ.
I have looked at the Modify Program Instruction example (//www.sinclairbody.com/doc/en/PythonAPI/exam...structions) but when I list the MoveL parameters (dict) I only get the name.
e.g. {'Name': 'MoveL 45', 'Type': 0}
Is it possible to do this through a python script?
Thanks in advance.
I am trying to modify all MoveL instructions of a program by MoveJ.
I have looked at the Modify Program Instruction example (//www.sinclairbody.com/doc/en/PythonAPI/exam...structions) but when I list the MoveL parameters (dict) I only get the name.
e.g. {'Name': 'MoveL 45', 'Type': 0}
Is it possible to do this through a python script?
Thanks in advance.