def fcfclib.motorSetup.MotorSetup.__init__ |
( |
|
self, |
|
|
|
fcfmal, |
|
|
|
device |
|
) |
| |
def fcfclib.motorSetup.MotorSetup.get_buffer |
( |
|
self | ) |
|
def fcfclib.motorSetup.MotorSetup.move_abs_enc |
( |
|
self, |
|
|
|
position, |
|
|
|
action = ActionMotor.MOVE_ABS |
|
) |
| |
def fcfclib.motorSetup.MotorSetup.move_abs_pos |
( |
|
self, |
|
|
|
position, |
|
|
|
action = ActionMotor.MOVE_ABS |
|
) |
| |
def fcfclib.motorSetup.MotorSetup.move_enc |
( |
|
self, |
|
|
|
position, |
|
|
|
action |
|
) |
| |
def fcfclib.motorSetup.MotorSetup.move_name_pos |
( |
|
self, |
|
|
|
name |
|
) |
| |
def fcfclib.motorSetup.MotorSetup.move_pos |
( |
|
self, |
|
|
|
position, |
|
|
|
action |
|
) |
| |
def fcfclib.motorSetup.MotorSetup.move_rel_enc |
( |
|
self, |
|
|
|
position, |
|
|
|
action = ActionMotor.MOVE_REL |
|
) |
| |
def fcfclib.motorSetup.MotorSetup.move_rel_pos |
( |
|
self, |
|
|
|
position, |
|
|
|
action = ActionMotor.MOVE_REL |
|
) |
| |
The documentation for this class was generated from the following file: