command_type property

command_type property

Specifies command type. Read/write MotionCommandPathType.

Definition:

@property
def command_type(self):
    ...

@command_type.setter
def command_type(self, value):
    ...

See Also