Sets the velocity factor of port extension medium when Port Extension Enabled is set to True and Port Extension Delay Domain is set to Distance. This value is unitless.

Syntax

Namespace: NationalInstruments.RFmx.VnaMX

public int SetCorrectionPortExtensionVelocityFactor(string selectorString, double value)

Remarks

This method sets the value of CorrectionPortExtensionVelocityFactor attribute. Velocity Factor of 1 represents speed of light in vacuum. This property is used in conjunction with Port Extension Distance property to compute electrical delay. The default value is 1.

Parameters

NameTypeDescription
selectorStringstring

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

valuedouble

Specifies the velocity factor of port extension medium when Port Extension Enabled is set to True and Port Extension Delay Domain is set to Distance. This value is unitless.

Returns

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