LineLengthControl interface
More...
import "carma/linelength/LineLengthControl.idl";
|
void | setAntennaLORef (in unsigned short ant, in unsigned short synth) raises (carma::util::UserException) |
| Set the LO Reference Synthesizer number to which an antenna is attached. More...
|
|
void | setLORefFreq (in unsigned short synth, in double freq_hz) raises (carma::util::UserException) |
| Set the LO Reference Synthesizer frequency for a single synthesizer. More...
|
|
void | setNominalLineLength (in unsigned short ant, in double length_ns) raises (carma::util::UserException) |
| Set the nominal line length for this antenna. More...
|
|
void | setOffsetPhase (in unsigned short ant, in double cycles) raises (carma::util::UserException) |
| Set the offset phase for this antenna. More...
|
|
void | takeBoard0Snapshot (in string fullpath) raises (carma::util::UserException) |
| Write one buffer worth of raw data from Board0 to the given file. More...
|
|
void | takeBoard1Snapshot (in string fullpath) raises (carma::util::UserException) |
| Write one buffer worth of raw data from Board1 to the given file. More...
|
|
LineLengthControl interface
Definition at line 31 of file LineLengthControl.idl.
void carma::linelength::LineLengthControl::setAntennaLORef |
( |
in unsigned short |
ant, |
|
|
in unsigned short |
synth |
|
) |
| |
raises | ( | carma::util::UserException |
| ) | | |
Set the LO Reference Synthesizer number to which an antenna is attached.
- Parameters
-
ant | antenna number [1-23] |
synth | synthesizer number [1-3] |
void carma::linelength::LineLengthControl::setLORefFreq |
( |
in unsigned short |
synth, |
|
|
in double |
freq_hz |
|
) |
| |
raises | ( | carma::util::UserException |
| ) | | |
Set the LO Reference Synthesizer frequency for a single synthesizer.
- Parameters
-
synth | synthesizer number [1-3] |
freq_hz | synthesizer frequency in Hz |
void carma::linelength::LineLengthControl::setNominalLineLength |
( |
in unsigned short |
ant, |
|
|
in double |
length_ns |
|
) |
| |
raises | ( | carma::util::UserException |
| ) | | |
Set the nominal line length for this antenna.
- Parameters
-
ant | antenna number [1-23] |
length_ns | nominal line length in nanoseconds |
void carma::linelength::LineLengthControl::setOffsetPhase |
( |
in unsigned short |
ant, |
|
|
in double |
cycles |
|
) |
| |
raises | ( | carma::util::UserException |
| ) | | |
Set the offset phase for this antenna.
- Parameters
-
ant | antenna number [1-23] |
cycles | phase offset in cycles |
Write one buffer worth of raw data from Board0 to the given file.
- Parameters
-
fullpath | where to write the data |
Write one buffer worth of raw data from Board1 to the given file.
- Parameters
-
fullpath | where to write the data |
The documentation for this interface was generated from the following file: