Read/Write |
|
Description |
Sets and returns the selected ports to include in a full NPort correction. All other ports are corrected with enhanced response calibration if available. Learn more. Note: The CorrectionSubsettingState must be set to ON to enable the full command. |
VB Syntax |
value = corrMethods.FullyCorrectedPorts |
Variable |
(Type) - Description |
value |
(Variant) Variable to store a comma separated list of ports to include in the full correction. |
corrMethods |
CorrectionMethods (object) |
Return Type |
Variant |
Default |
All ports included |
Example |
16-port VNA with an active 16-port calibration |
C++ Syntax |
HRESULT get_FullyCorrectedPorts(VARIANT *portList); HRESULT put_FullyCorrectedPorts(VARIANT portList); |
Interface |
ICorrectionMethods2 |