PseudoMotor¶
Classes
PseudoMotor¶
-
class
PseudoMotor(dclass, name)[source]¶ Bases:
sardana.tango.pool.PoolDevice.PoolElementDevice-
pseudo_motor¶
-
delete_device¶
-
init_device¶
-
CalcPseudo(physical_positions)[source]¶ Returns the pseudo motor position for the given physical positions
-
CalcPhysical(pseudo_position)[source]¶ Returns the physical motor positions for the given pseudo motor position assuming the current pseudo motor write positions for all the other sibling pseudo motors
-
CalcAllPhysical(pseudo_positions)[source]¶ Returns the physical motor positions for the given pseudo motor position(s)
-
CalcAllPseudo(physical_positions)[source]¶ Returns the pseudo motor position(s) for the given physical positions
-
is_Position_allowed(req_type)¶
-
PseudoMotorClass¶
-
class
PseudoMotorClass(name)[source]¶ Bases:
sardana.tango.pool.PoolDevice.PoolElementDeviceClass-
class_property_list= {}¶
-
device_property_list= {'Instrument_id': [<_mock._Mock object at 0x7f3524d42d90>, 'Controller ID', [0]], 'Ctrl_id': [<_mock._Mock object at 0x7f3524d42d90>, 'Controller ID', [0]], 'Elements': [<_mock._Mock object at 0x7f3524d431d0>, 'elements used by the pseudo', []], 'Force_HW_Read': [<_mock._Mock object at 0x7f3524d42c10>, 'Force a hardware read of value even when in operation (motion/acquisition', False], 'Id': [<_mock._Mock object at 0x7f3524d42d90>, 'Internal ID', 0], 'DriftCorrection': [<_mock._Mock object at 0x7f3524d42c10>, 'Locally apply drift correction on pseudo motors. Default is the current global drift correction in the Pool Device', None], 'Axis': [<_mock._Mock object at 0x7f3524d42d90>, 'Axis in the controller', [0]]}¶
-
cmd_list= {'Restore': [[<_mock._Mock object at 0x7f3524d432d0>, ''], [<_mock._Mock object at 0x7f3524d432d0>, '']], 'CalcAllPseudo': [[<_mock._Mock object at 0x7f3524d42fd0>, 'physical positions'], [<_mock._Mock object at 0x7f3524d42fd0>, 'pseudo positions']], 'CalcPhysical': [[<_mock._Mock object at 0x7f3524d42c50>, 'pseudo position'], [<_mock._Mock object at 0x7f3524d42fd0>, 'physical positions']], 'Stop': [[<_mock._Mock object at 0x7f3524d432d0>, ''], [<_mock._Mock object at 0x7f3524d432d0>, '']], 'Abort': [[<_mock._Mock object at 0x7f3524d432d0>, ''], [<_mock._Mock object at 0x7f3524d432d0>, '']], 'MoveRelative': [[<_mock._Mock object at 0x7f3524d42c50>, 'amount to move'], [<_mock._Mock object at 0x7f3524d432d0>, '']], 'CalcAllPhysical': [[<_mock._Mock object at 0x7f3524d42fd0>, 'pseudo positions'], [<_mock._Mock object at 0x7f3524d42fd0>, 'physical positions']], 'CalcPseudo': [[<_mock._Mock object at 0x7f3524d42fd0>, 'physical positions'], [<_mock._Mock object at 0x7f3524d42c50>, 'pseudo position']]}¶
-
standard_attr_list= {'Position': [[<_mock._Mock object at 0x7f3524d42c50>, <_mock._Mock object at 0x7f3524d43450>, <_mock._Mock object at 0x7f3524d43410>], {'abs_change': '1.0', 'label': 'Position'}]}¶
-