AndorCCD Tango C++ device¶
This is the reference documentation of the AndorCCD Tango C++ device.
You can also find some useful information about prerequisite/installation/configuration/compilation in the Andor camera plugin section.
Properties¶
| Property name | Default value | Description |
|---|---|---|
| DetectorNum | -1 | Detector Number. |
| CoolingStatusAtStartUp | OFF | Define which Cooling status (ON/OFF) must be selected when start the device. |
Attributes¶
| Attribute name | Read/Write | Type | Description |
|---|---|---|---|
| enabledCooler | R/W | Boolean | Controls the cooler. |
| currentCoolingStatus | R | String | Current status of the cooling system. |
| temperatureTarget | R/W | Long | Controls the temperature target point. |
| temperature | R | Long | Current temperature. |
| adcMode | R/W | ULong | Define the ADC frequency. Available values are :
|
| currentRate | R | String | Current ADC frequency in Mhz. |
Commands¶
| Command name | Arg. in | Arg. out | Description |
|---|---|---|---|
| Init | Void | Void | Do not use |
| State | Void | Long | Return the device state |
| Status | Void | String | Return the device state as a string |