Write only |
About Power Calibration |
Description |
Sets the power sensor channel (A or B) to be used. This performs the same function as the Use this sensor only checkbox in the Power Sensor Settings dialog. Note: This method is only necessary when performing an SMC calibration. |
VB Syntax |
pwrCal.SetPowerAcquisitionDevice sensor |
Variable |
(Type) - Description |
pwrCal |
(Object) A SourcePowerCalibrator object |
sensor |
(enum NAPowerAcquisitionDevice) The power sensor channel. Choose from: 0 – naPowerSensor_A 1 – naPowerSensor_B |
Default |
Not Applicable |
Examples |
pwrCal.SetPowerAcquisitionDevice naPowerSensor_A |
C++ Syntax |
HRESULT SetPowerAcquisitionDevice( tagNAPowerAcquisitionDevice enumAcqDevice); |
Interface |
ISourcePowerCalibrator3 |