Sets the delay domain of the port extension when the Port Extension Enabled is set to True.

Syntax

Namespace: NationalInstruments.RFmx.VnaMX

public int SetCorrectionPortExtensionDelayDomain(string selectorString, RFmxVnaMXCorrectionPortExtensionDelayDomain value)

Remarks

This method sets the value of CorrectionPortExtensionDelayDomain attribute.The default value is Delay.

Parameters

NameTypeDescription
selectorStringstring

Specifies the port number.
Example:
"" or
"port0".
You can use the BuildPortString(string, string) method to build the selector string.

valueRFmxVnaMXCorrectionPortExtensionDelayDomain

Specifies the delay domain of the port extension when the Port Extension Enabled is set to True.

Returns

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