Development status:
Released,
Release: Release_2_13
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/BeamlineComponents/Monochromators/LomEnergy
Contact:
Class Description
a server that operates the Lom axes to set the energy
Families: Motion
Key words:
Platform: Unix Like
Language: Cpp
Contact:
Hardware
Manufacturer: none
Bus: Not Applicable
Class interface
Attributes:
Name | Description |
---|---|
PositionScalar: DevDouble | the energy of the Lom monochromator |
ConstantExitScalar: DevDouble | vertical difference between the xtals, about 1250 mm |
PositionSimScalar: DevDouble | no moves involved, setting PositionSim sets the Lin1Sim, \nLin2Sim, Pitch1Sim and Pitch2Sim |
D_CrystalScalar: DevDouble | the crystal spacing. from lat1, lat2 |
UnitLimitMinScalar: DevDouble | the energy of the Lom monochromator |
UnitLimitMaxScalar: DevDouble | the energy of the Lom monochromator |
ResultSimSpectrum: DevString | stores the result of PositionSim, pairs of motor\nnames and positions |
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. |
StopMoveInput: DevVoid Output: DevVoid |
stop the Lom |
CalibrateInput: DevDouble Output: DevLong |
calibrates the Lom axes |
ResetMotorInput: DevVoid Output: DevVoid |
reset one of the Lom axes |
Pipes:
Properties:
Name | Description |
---|---|
SimulationModeDevLong | — |
Please log in to comment.
Generated
README
b'\nThe LomEnergy is a master class. \n\nMakefile makes two other classes:\n\n $(TANGO_CLASSES)/Motion/Lom -> $(CPP_SERVERS)/lib/libLom.a \n $(TANGO_CLASSES)/Communication/Ads -> $(CPP_SERVERS)/lib/libAds.a \n\nDo.pl [remoteNode]\n makes the server with the using_trunk=1 option\n\n\n\n\n'