| CryoConnector Class Commands |
| Name |
Input type |
Output type |
Level |
Description |
| State |
DEV_VOID |
DEV_STATE |
OPERATOR |
This command gets the device state (stored in its device_state data member) and returns it to the caller. |
| Status |
DEV_VOID |
CONST_DEV_STRING |
OPERATOR |
This command gets the device status (stored in its device_status data member) and returns it to the caller. |
| SendCommand |
DEVVAR_DOUBLESTRINGARRAY |
DEV_VOID |
OPERATOR |
None. |
| ReadStatusProperty |
DEV_STRING |
DEV_DOUBLE |
OPERATOR |
Read property value from the status.xml file of the device.
|
| Cool |
DEV_DOUBLE |
DEV_VOID |
OPERATOR |
Change to new temperature as quickly as possible |
| Turbo |
DEV_LONG |
DEV_VOID |
OPERATOR |
Engage or disangage Turbo gas flow |
| Ramp |
DEVVAR_DOUBLEARRAY |
DEV_VOID |
OPERATOR |
Change to new temperature at a controlled rate |
| Hold |
DEV_VOID |
DEV_VOID |
OPERATOR |
Hold current temperature indefinitely |
| End |
DEV_DOUBLE |
DEV_VOID |
OPERATOR |
Ramp to 300 K at the specified rate and then shutdown |
| Stop |
DEV_VOID |
DEV_VOID |
OPERATOR |
Stop cooler inmediately |
| Restart |
DEV_VOID |
DEV_VOID |
OPERATOR |
Restart cooler after shutdown |
| Resume |
DEV_VOID |
DEV_VOID |
OPERATOR |
Exit temporary hold |
| Suspend |
DEV_VOID |
DEV_VOID |
OPERATOR |
Enter temporary hold |