Development status:
New development
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/BeamlineComponents/Monochromators/SecondaryMonoP01
Contact:
Class Description
Secondary monochormator at p01
Families: BeamlineComponents
Key words:
Platform: Unix Like
Language: Python
License: GPL
Contact:
Hardware
Manufacturer: none
Bus: Not Applicable
Class interface
Attributes:
Name | Description |
---|---|
ResultSimSpectrum: DevString | — |
BraggOffsetScalar: DevDouble | Offset between rot1 and rot2. Applied to the first crystal. |
OffsetScalar: DevDouble | Translation = - Offset/tan(2*(BraggAngle) |
DSpacingScalar: DevDouble | Lambda = 2*DSpacing* sin(BraggAngle) |
BraggAngleScalar: DevDouble | — |
PositionSimScalar: DevDouble | — |
UnitLimitMinScalar: DevDouble | Software limit for minimum Position |
UnitLimitMaxScalar: DevDouble | Software limit for maximum Position |
PositionScalar: DevDouble | Monochomator energy |
Commands:
Name | Description |
---|---|
CalibrateInput: DevDouble Value to be calibrated Output: DevVoid |
Calibrate the energy: current energy is calibrated to be the value given as an argument |
StopMoveInput: DevVoid Output: DevVoid |
Stop a movement |
StatusInput: DevVoid Output: ConstDevString Device status |
This command gets the device status (stored in its device_status data member) and returns it to the caller. |
StateInput: DevVoid Output: State Device state |
This command gets the device state (stored in its device_state data member) and returns it to the caller. |
Pipes:
Properties:
Name | Description |
---|---|
ModeDevString | Crystals movement mode: 1 -> translation in first crystal 2 -> translation in second crystal 3 -> channel cut mode |
TransDeviceDevString | Tango device for the translation motor. Not needed in Mode 3 (channel cut) |
Rot2DeviceDevString | Tango device for the rot2 motor |
Rot1DeviceDevString | Tango device for the rot1 motor |
Please log in to comment.