Write / Read |
About Source Power Cal |
Description |
This command is replaced with PowerMeterInterface Object. Specifies the GPIB address of the power meter that will be referenced by the SourcePowerCalibrator object. When performing a source power cal, the VNA will search VISA interfaces that are configured in the Keysight IO LIbraries on the VNA. |
VB Syntax |
powerCalibrator.PowerMeterGPIBAddress = value |
Variable |
(Type) - Description |
powerCalibrator |
(object) - A SourcePowerCalibrator (object) |
value |
(long integer) – Power meter GPIB address. Choose any number between 0 and 30. |
Return Type |
Long integer |
Default |
13 |
Examples |
Set powerCalibrator = pna.SourcePowerCalibrator |
C++ Syntax |
HRESULT put_PowerMeterGPIBAddress(long newVal); HRESULT get_PowerMeterGPIBAddress(long *pVal); |
Interface |
ISourcePowerCalibrator |