Development status:
    Released,
            Release: Release_1_1
        
    
    Information status: Updated
    
        
    
    
    
    Repository:
    
    
        http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/Temperature/OxfCryostreamCooler
    
    
    
    
    Contact:
    
        
    
Class Description
Class for controllling and displaying info from the 700 Series Cryostream Cooler from Oxford Cryosystems.
Families: Instrumentation
Key words:
Platform: Unix Like
Language: Cpp
Contact:
Hardware
Manufacturer: Oxford Cryosystems
Product:
700 Series Cryostream Cooler
Bus: Data Socket
Class interface
Attributes:
| Name | Description | 
|---|---|
| GasTempScalar: DevDouble | Gas temperature | 
| GasTempSetPointScalar: DevDouble | Set temperature | 
| RunModeScalar: DevString | Current run mode | 
| GasHeatScalar: DevDouble | Gas heater | 
| GasFlowScalar: DevDouble | Gas flow | 
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. | 
| RestartCoolerInput: DevVoid Output: DevVoid  | 
                        
                            Restart a Cryostream which has shutdown | 
| HoldInput: DevVoid Output: DevVoid  | 
                        
                            Enter programmed Hold | 
| PauseInput: DevVoid Output: DevVoid  | 
                        
                            Enter temporary Hold | 
| ResumeInput: DevVoid Output: DevVoid  | 
                        
                            Exit temporary Hold | 
| StopCoolerInput: DevVoid Output: DevVoid  | 
                        
                            Stop command identifier | 
| SwitchTurboInput: DevShort 0 off, 1 on Output: DevVoid  | 
                        
                            SwitchesTurbo on (1) or off (0) | 
| RampInput: DevVarDoubleArray Ramp rate in K/hour, final temperature in centi-Kelvin Output: DevVoid  | 
                        
                            Change temperature at a controlled rate. | 
| PlatInput: DevDouble Plateau time in minutes Output: DevVoid  | 
                        
                            Fix temperature for a given time. | 
| CoolInput: DevDouble End temperature in centi-Kelvin Output: DevVoid  | 
                        
                            Cool down | 
| ShutdownCoolerInput: DevDouble Ramp rate in K/h Output: DevVoid  | 
                        
                            Shutdown cooler (sends END command) | 
Pipes:
Properties:
| Name | Description | 
|---|---|
| SocketDSDevString | Tango device making the socket connection | 
Please log in to comment.