Development status:
New development
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/Acquisition/1D/KromoTX1easyXAFS
Contact:
Class Description
Class for controlling the Kromo-TX1 color tender X-ray camera from easyXAFS
Families: Acquisition
Key words:
Platform: Unix Like
Language: Python
License: GPL
Contact:
Hardware
Manufacturer: easyXAFS
Product:
Kromo-TX1 Color Tender X-ray camera
Bus: USB
Class interface
Attributes:
Name | Description |
---|---|
ExpositionTimeScalar: DevDouble | — |
GainScalar: DevLong | — |
FramesPerSecondScalar: DevDouble | If HighSpeedMode == 0 -> max value is 80 If HighSpeedMode == 1 -> max values is 170 |
HighSpeedModeScalar: DevLong | 0-> off, 1-> on |
FileDirScalar: DevString | Save directory |
FilePrefixScalar: DevString | Prefix of the file were the data and parameters are save. Data is saved in [FilePrefix][FileIndex]_array.npy. Parameters in [FilePrefix]_parameters. If the file [FilePrefix][FileIndex]_parameters exists, the data are loaded and not new data are taken. |
TemperatureScalar: DevDouble | — |
RoIMinScalar: DevLong | Show current roi (set in the property). |
RoIMaxScalar: DevLong | Show current roi (set in the property). |
FileIndexScalar: DevLong | Index to append to the file name. It will be increased by one after use. Avoid loading of files if not explicitly wanted. |
RoICountsScalar: DevDouble | Counts in RoI |
DataSpectrum: DevDouble | — |
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 |
Start acquisition |
StopAcquisitionInput: DevVoid Output: DevVoid |
— |
Pipes:
Properties:
Name | Description |
---|---|
kromo_pidsArray of DevLong | Process ids from last server running. Filled by the tango device. |
RoIMinDevLong | RoI min |
RoIMaxDevLong | RoI max |
ThresholdDevLong | Threshold |
DeclusterDevLong | 0-> false, 1->true |
Please log in to comment.
Generated
README
b'It can not be started with Astor if the remaining threads are not killed\nper hand. The starting script and the Tango Server kill them at init.'