CARMA C++
ovroFrontEndControl.idl
Go to the documentation of this file.
1 
11 #ifndef CARMA_ANTENNA_OVRO_FRONTENDCONTROL_IDL
12 #define CARMA_ANTENNA_OVRO_FRONTENDCONTROL_IDL
13 
14 #include "carma/antenna/common/FrontEndControl.idl"
16 
17 module carma {
18 module antenna {
19 module ovro {
20 
28 
33  void setLoAttenuation(in float atten)
35 
39  enum CurrentMode {
42  IV_CURVE
43  };
44 
53  void getVgap(in CurrentMode mode, in float current)
55 
62  void setIgap(in float current)
64 
68  enum VjLoopMode {
71  VJ_FINITE
72  };
73 
78  void setVjLoopMode(in VjLoopMode mode)
80 
84  enum IjLoopMode {
86  IJ_FINITE
87  };
88 
93  void setIjLoopMode(in IjLoopMode mode)
95 
96 }; // End FrontEndControl interface
97 };};}; // End carma::antenna::ovro module
98 #endif
OVRO antenna-specific FrontEnd control interface.
CurrentMode
Enumeration describing which current to use for Vgap measurement.
Use value specified in the getVgap method.
Generic Carma variant of CORBA::UserException.
Continuous adjustment of Vj to set value.
CORBA User Exception for carma::util.
DAC is set to nominal value for mixer voltage.
Continous adjustment of Ij to set value.