Read/Write
 

FullyCorrectedPorts Property


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

corrMethods.CorrectionSubsettingState = True
portlist = Array(1,2,3)
portlist = corrMethods.FullyCorrectedPorts

Result: Full correction on ports 1, 2, and 3
All other port parameters are uncorrected

C++ Syntax

HRESULT get_FullyCorrectedPorts(VARIANT *portList);

HRESULT put_FullyCorrectedPorts(VARIANT portList);

Interface

ICorrectionMethods2