CARMA C++
|
Carma Spectral Line Downconverter LO Control interface. More...
import "carma/downconverter/common/SldcLoControl.idl";
Public Member Functions | |
void | setLoFrequency (in unsigned short band, in double freq) raises ( carma::util::UserException ) |
Set the LO frequency for the specified band to the specified frequency. More... | |
Carma Spectral Line Downconverter LO Control interface.
Definition at line 23 of file SldcLoControl.idl.
void carma::downconverter::SldcLoControl::setLoFrequency | ( | in unsigned short | band, |
in double | freq | ||
) | |||
raises | ( | carma::util::UserException | |
) |
Set the LO frequency for the specified band to the specified frequency.
The frequency resolution is approximately 38.15 Hz thus the input frequency will be rounded. The actual frequency used is reflected back in the monitor system.
band | Band number to set frequency on. |
freq | Desired frequency in GHz. |