1 #ifndef GCP_UTIL_HPDCPOWERSUPPLY_H
2 #define GCP_UTIL_HPDCPOWERSUPPLY_H
11 #include "gcp/util/common/Frequency.h"
12 #include "gcp/util/common/GpibUsbDevice.h"
13 #include "gcp/util/common/Power.h"
41 static GPIB_RESPONSE_HANDLER(checkVoltage);
50 #endif // End #ifndef GCP_UTIL_HPDCPOWERSUPPLY_H
HpDcPowerSupply(bool doSpawn=false)
Definition: HpDcPowerSupply.cc:10
double getVoltage()
Definition: HpDcPowerSupply.cc:33
virtual ~HpDcPowerSupply()
Definition: HpDcPowerSupply.cc:16
Definition: GpibUsbDevice.h:22
double setVoltage(double voltage)
Definition: HpDcPowerSupply.cc:21
Definition: HpDcPowerSupply.h:18