10 #ifndef CARMA_DOWNCONVERTER_DOWNCONVERTERCONTROL_IDL
11 #define CARMA_DOWNCONVERTER_DOWNCONVERTERCONTROL_IDL
17 module downconverter {
53 void setPsysPreset() raises (carma::util::UserException);
59 void setPsys(in
float psys) raises (carma::util::UserException);
65 void setPsysAtten(in
float atten) raises (carma::util::UserException);
71 void setIfOutPreset() raises (carma::util::UserException);
78 void setIfOut(in
float ifout) raises (carma::util::UserException);
85 void setIfOutAtten(in
float atten) raises (carma::util::UserException);
92 void enableRfInputAmp(in
boolean enable) raises
93 (carma::util::UserException);
100 void enableIfOutAlc(in
boolean enable) raises (carma::util::UserException);
111 boolean checkIfOutputPower(in
float power, in
float delta) raises
112 (carma::util::UserException);
Carma downconverter CAN module control interface.
FilterType
Valid output bandwidth filter types.
Carma CANbus base Device control interface.
SidebandType
Sideband type.
CORBA User Exception for carma::util.
Carma CANbus Device control base interface.