Development status:
Released,
Release: Release_1_7
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/Acquisition/1D/MythenRoIs
Contact:
Class Description
Mythen detector with RoIs as counters
Families: Acquisition
Key words:
Platform: Unix Like
Language: Python
License: GPL
Contact:
Hardware
Manufacturer: none
Bus: Not Applicable
Class interface
Attributes:
Name | Description |
---|---|
Counts1Scalar: DevDouble | Counts in RoI1 |
Counts2Scalar: DevDouble | Counts in RoI2 |
FileDirScalar: DevString | — |
FilePrefixScalar: DevString | — |
FileIndexScalar: DevLong | — |
ExposureTimeScalar: DevDouble | — |
DoorNameScalar: DevString | Name of the Door to connect to. |
ConnectionToDoorScalar: DevLong | 1 if connected to door in DoorName attribute 0 if not connected to any door 2 if connected to a door different from the one in DoorName |
ScanIDScalar: DevDouble | Number of the ScanID read from the Door. -1 if not door connection |
CountsTotalScalar: DevDouble | Counts in complete detector |
CountsMaxScalar: DevDouble | Maximum intensity |
LastImageScalar: DevString | Name (including directory path) of the last image saved. |
RoI1Spectrum: DevLong | Limits for RoI |
RoI2Spectrum: DevLong | Limits for RoI |
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. |
StartAcquisitionInput: DevVoid Output: DevVoid |
— |
ConnectToDoorInput: DevVoid Output: DevVoid |
— |
ResetConnectionToDoorInput: DevVoid Output: DevVoid |
Set ConnectionToDoor to 0 for working independent of sardana scan settings |
Pipes:
Properties:
Name | Description |
---|---|
SLSSoftVersionDevLong | 0 -> old sls software (cl commands starting with mythen_) 1 -> new sls software (cl commands starting with sls_detector_) 2 -> new sls software with also id argument |
MythenIDDevLong | ID of the mythen detector (used in the cl commands). Not needed for SLSSoftVersion 1 |
Please log in to comment.