Write-only |
About Calibration |
Description |
Performs and immediately applies a Response cal. Same as selecting Normalize from the Unguided Cal - Measure Standards page. Learn more. |
VB Syntax |
cal.DoResponseCal (measParam),(SourcePort) |
Variable |
(Type) - Description |
cal |
A Calibrator (object) |
measParam |
(String) Measurement parameter to correct. It is NOT necessary for this measurement to be present. |
SourcePort |
(long integer) Source port number to calibrate. Optional for S-parameter measurements. Choose from: 0 - N5264B Measurement Receiver (no source ports). 1 - Calibrate port 1 2 - Calibrate port 2 (default, if unspecified) 3 - Calibrate port 3 And so forth for all available VNA / test set ports. |
Return Type |
None |
Default |
Not Applicable |
Examples |
cal.DoResponseCal "A/R",1 |
C++ Syntax |
HRESULT DoResponseCal(BSTR param, long SourcePort); |
Interface |
ICalibrator9 |