SetCorrectionPortExtensionVelocityFactor(string, double)
- Updated2025-10-13
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the port number. |
| value | double | 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.