Write-only |
About Source Power Cal |
Description |
This command is replaced by SetCalInfoEx Method Specifies the technique to be used for the source power calibration about to be performed, and the channel and source port for which it is to be performed. |
VB Syntax |
powerCalibrator.SetCalInfo calMethod, channel, sourcePort, calPower |
Variable |
(Type) - Description |
powerCalibrator |
(object) - A SourcePowerCalibrator object |
calMethod
|
(enum NASourcePowerCalMethod) The method of gathering the source power correction data. 0 – naPowerMeter (the only method currently supported) |
channel |
(long integer) - Number of the VNA channel (not power meter channel) on which the source power cal will be performed. If the channel doesn’t already exist, it will be created. |
sourcePort |
(long integer) - Port number on which the source power cal will be performed. |
calPower |
(double) - Specifies the power level that is expected at the desired reference plane (input or output of DUT) following the source power cal. |
Return Type |
None |
Default |
Not Applicable |
Examples |
powerCalibrator.SetCalInfo naPowerMeter, 1, 1, -10 |
C++ Syntax |
HRESULT SetCalInfo(tagNASourcePowerCalMethod calMethod, long channel, long sourcePort, double calPower); |
Interface |
ISourcePowerCalibrator |