Development status:
Released,
Release: Release_1_0
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/BeamlineComponents/Monochromators/CDCMEnergy
Contact:
Class Description
Class for controlling the C-Type Dual Crystal Monchromator
Families: BeamlineComponents
Key words:
Platform: Unix Like
Language: Python
License: GPL
Contact:
Hardware
Manufacturer: none
Bus: Not Applicable
Class interface
Attributes:
| Name | Description |
|---|---|
| BraggAngleScalar: DevDouble | — |
| CrystalScalar: DevLong | Select the crystal type for the energy move. 0 -> CrystalSi111 1 -> CrystalSi311 |
| PositionScalar: DevDouble | Monochromator Energy |
| UnitLimitMaxScalar: DevDouble | Software limit for maximum Position |
| UnitLimitMinScalar: DevDouble | Software limit for minimum Position |
| PositionSimScalar: DevDouble | — |
| X0Scalar: DevDouble | Distance between the first crystal and the Pivot point at theta = 0 |
| ResultSimSpectrum: DevString | — |
Commands:
| Name | Description |
|---|---|
| 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. |
| 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. |
| StopMoveInput: DevVoid Output: DevVoid |
Stop a movement |
| CalibrateInput: DevDouble Value to be calibrated Output: DevVoid |
Calibrate the energy: current energy is calibrated to be the value given as an argument |
Pipes:
Properties:
| Name | Description |
|---|---|
| BraggDeviceDevString | Name of the Tango device for the bragg motor (theta goniometro) |
| Crystal1HorDeviceDevString | Name of the Tango device for horizontal movement of the first crystal. |
| Crystal2VerDeviceDevString | Name of the Tango device for vertical movement of the second crystal. |
Please log in to comment.