CARMA C++
carma::antenna::common::CryoControl Interface Reference

Antenna Cryogenics control More...

import "carma/antenna/common/CryoControl.idl";

Inheritance diagram for carma::antenna::common::CryoControl:
carma::antenna::ovro::CryoControl

Public Member Functions

void fillCompressor () raises (carma::util::UserException)
 Fill the compressor with helium. More...
 
void purgeCompressor () raises (carma::util::UserException)
 Purge helium from the compressor. More...
 
void resetCompressor () raises (carma::util::UserException)
 Reset the compressor. More...
 
void turnCompressor (in SwitchState state) raises (carma::util::UserException)
 Switch the compressor on or off. More...
 

Detailed Description

Antenna Cryogenics control

Todo:
There are probably other control functions - hw guys??

Definition at line 22 of file CryoControl.idl.

Member Function Documentation

void carma::antenna::common::CryoControl::fillCompressor ( )
raises (carma::util::UserException
)

Fill the compressor with helium.

void carma::antenna::common::CryoControl::purgeCompressor ( )
raises (carma::util::UserException
)

Purge helium from the compressor.

void carma::antenna::common::CryoControl::resetCompressor ( )
raises (carma::util::UserException
)

Reset the compressor.

void carma::antenna::common::CryoControl::turnCompressor ( in SwitchState  state)
raises (carma::util::UserException
)

Switch the compressor on or off.

Parameters
state
See Also
SwitchState

The documentation for this interface was generated from the following file: