Development status:
Released,
Release: Release_1_5
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/BeamlineComponents/Diffractometers/DiffracMuP09
Contact:
Class Description
Virtual motor for the angle mu of one of the diffractometers at p09.
Families: Motion
Key words:
Platform: All Platforms
Language: Cpp
Contact:
Hardware
Manufacturer: none
Bus: Not Applicable
Class interface
Attributes:
Name | Description |
---|---|
PositionScalar: DevDouble | Atan((mot_ds - mot_us)/len) * 1000 |
UnitLimitMaxScalar: DevDouble | — |
UnitLimitMinScalar: DevDouble | — |
PositionSimScalar: DevDouble | — |
DistanceHeightScalar: DevDouble | Distance for DeltaDiffHeight calculation. |
DiffHeightFlatScalar: DevDouble | Diffractometer height when it is not tilted. |
DeltaDiffHeightScalar: DevDouble | Delta height with respect to the flat value. |
DiffHeightTiltedScalar: DevDouble | Current diffractometer height. |
ResultSimSpectrum: DevString | — |
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 Value to be calibrated Output: DevVoid |
— |
StopMoveInput: DevVoid Output: DevVoid |
— |
Pipes:
Properties:
Name | Description |
---|---|
MotorUsDevString | Device name of the upstream motor (pos = MotorDs - MotorUs/ len) |
MotorDsDevString | Device name of the downstream motor (pos = MotorDs - MotorUs/ len) |
DistanceBetweenMotorsDevFloat | distance between us and ds motors |
Please log in to comment.