Development status:
New development
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/Acquisition/2D/CamerasMonitor
Contact:
Class Description
In a network where many ccd device servers shares the bandwidth often is necessary to have an upper level inspector.
Families: Monitor
Key words:
Platform: All Platforms
Language: Python
Contact:
Hardware
Manufacturer: none
Bus: Ethernet
Class interface
Attributes:
| Name | Description |
|---|---|
| RunningCamerasScalar: DevUShort | Number of ccd running state in total. |
| FaultCamerasScalar: DevUShort | Number of ccd in fault state in total. |
| HangedCamerasScalar: DevUShort | Number of ccd non accessible in total. |
| RunningCamerasListSpectrum: DevString | — |
| FaultCamerasListSpectrum: DevString | — |
| HangedCamerasListSpectrum: 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. |
Pipes:
Properties:
| Name | Description |
|---|---|
| CamerasListArray of DevString | Dictionary convertible string with an internal label as a key and its device name as item. In case of empty list, it will search for them in the tango-db. |
| SectorsListArray of DevString | Dictionary convertible string with sectors as key and the item is a list of tags from the CameraList. |
Please log in to comment.