| Device Properties |
| Property name |
Property type |
Description |
| Channel |
Tango::DEV_SHORT |
Channel used of PC |
| FODevice |
Tango::DEV_STRING |
BName of the Linux character / block device. |
| InterlockTemperatureBit |
Tango::DEV_SHORT |
Defines which bit of digital input register indicates temperature interlock |
| InterlockFlowBit |
Tango::DEV_SHORT |
Defines which bit of the digital input register indicates flow interlock |
| TangoDevice |
Tango::DEV_STRING |
name of the python serial device server responisble for serial communication |
| ConnectionType |
Tango::DEV_SHORT |
You can choose the kind of connection the DS "talks" with PSC:
0 -> fiber
1 -> serial (RS232)
To run RS232 you need to create pySerial DS |
| CurrentFactor |
Tango::DEV_FLOAT |
scaling factor ( f ):
Iref = f * ( I_idal + o )
|