1 #ifndef GCP_UTIL_HPSYNTHESIZER_H
2 #define GCP_UTIL_HPSYNTHESIZER_H
11 #include "gcp/util/common/Frequency.h"
12 #include "gcp/util/common/GpibUsbDevice.h"
13 #include "gcp/util/common/Power.h"
55 static GPIB_RESPONSE_HANDLER(checkPower);
56 static GPIB_RESPONSE_HANDLER(checkFrequency);
57 static GPIB_RESPONSE_HANDLER(checkRfOutput);
58 static GPIB_RESPONSE_HANDLER(checkOutputMod);
67 #endif // End #ifndef GCP_UTIL_HPSYNTHESIZER_H
Power setOutputPower(Power pow)
Definition: HpSynthesizer.cc:22
HpSynthesizer(bool doSpawn=false)
Definition: HpSynthesizer.cc:10
Definition: GpibUsbDevice.h:22
Frequency getFrequency()
Definition: HpSynthesizer.cc:86
Frequency setFrequency(Frequency freq)
Definition: HpSynthesizer.cc:60
virtual ~HpSynthesizer()
Definition: HpSynthesizer.cc:17
Definition: HpSynthesizer.h:21
bool queryRfOutputEnabled()
Definition: HpSynthesizer.cc:125
Power getOutputPower()
Definition: HpSynthesizer.cc:36
void setFrequencyNoResp(Frequency freq)
Definition: HpSynthesizer.cc:74
bool enableRfOutput(bool enable)
Definition: HpSynthesizer.cc:110
Definition: GpibUsbController.h:53
bool enableOutputMod(bool enable)
Definition: HpSynthesizer.cc:135
bool queryOutputModEnabled()
Definition: HpSynthesizer.cc:151
Definition: Frequency.h:21