Development status:
Released,
Release: Release_1_17
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/Motion/MultipleMotors
Contact:
Class Description
Meta class for handling the energy of a given beamline.
Families: Motion
Key words:
Platform: Unix Like
Language: Cpp
Contact:
Hardware
Manufacturer: none
Bus: Not Applicable
Class interface
Attributes:
Name | Description |
---|---|
PositionScalar: DevDouble | Master Energy of the BL. Read from the master device.\nWrite to all devices if the GlobalChangeFlag is set to 1. |
UnitLimitMinScalar: DevDouble | The lower energy limit |
UnitLimitMaxScalar: DevDouble | The upper energy limit |
PositionSimScalar: DevDouble | Master Energy of the BL. Read from the master device.\nWrite to all devices if the GlobalChangeFlag is set to 1. |
MotorMaskScalar: DevLong | Mask for activating/deactivating motors. |
ResultSimSpectrum: DevString | — |
ActiveSlavesSpectrum: DevString | Names of the active slaves (set by the attribute MotorMask) |
Commands:
Name | Description |
---|---|
StateInput: DevVoid Output: State State Code |
This command gets the device state (stored in its <i>device_state</i> data member) and returns it to the caller. |
StatusInput: DevVoid Output: ConstDevString Status description |
This command gets the device status (stored in its <i>device_status</i> data member) and returns it to the caller. |
CalibrateInput: DevDouble New position value Output: DevVoid |
Calibrate the motor: current position is calibrated to be the value given as an argument |
StopMoveInput: DevVoid Output: DevVoid |
Stop energy movements |
Pipes:
Properties:
Name | Description |
---|---|
BeamlineNbDevLong | Beamline number, for example, 8 for P08. |
MasterDeviceDevString | Name of the Tango Device mastering the energy of the given beam line. |
SlaveDevicesArray of DevString | Names of the rest of the Tango devices in the beamline reacting to an energy change. |
Please log in to comment.