Sets the subset of ports, that are selected for one-path two-port error correction. Use comma-separated list of ports to specify multiple ports. The configured measurement is one-path two-port corrected if both measurement ports are specified using this property. Alternatively, measurement is also one-path two-port corrected if one of the measurement port is specified using this property and another is specified using CorrectionPortSubsetFullPorts. Measurements involving the ports outside the CorrectionPortSubsetResponsePorts and CorrectionPortSubsetFullPorts return error.

Syntax

Namespace: NationalInstruments.RFmx.VnaMX

public int SetCorrectionPortSubsetResponsePorts(string selectorString, string value)

Remarks

This method sets the value of CorrectionPortSubsetResponsePorts attribute.The default value is an empty string. This property is used only when you set the CorrectionEnabled property to True and CorrectionPortSubsetEnabled property to True.
For example, when performing S21 error-corrected measurement for a 2-port DUT using a 2-port VNA and a 2-port calset, VNA generally acquires data by setting the source to port1 first and then to port2. To perform S21 one-path two-port error corrected measurement and to achieve faster measurement speed, set this property to port1, port2. VNA then acquires data using source port1 and skips acquiring data with source port2.

Parameters

NameTypeDescription
selectorStringstring

Pass an empty string. The signal name that is passed when creating the signal configuration is used.

valuestring

Specifies the subset of ports to be corrected as a comma-separated list of port names when Correction Port Subset Enabled is set to True.

Returns

Returns the status code of this method. The status code either indicates success or describes a warning condition.