Interface PortExtension
Port-Extension Interface.
Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces.PortExtension
Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll (3.50.2911.0)
Syntax
[Guid("87508025-392D-4D92-878B-63F834CA61B0")]
[InterfaceType(ComInterfaceType.InterfaceIsDual)]
[ComVisible(true)]
public interface PortExtension
Properties
CableLosses
Gets or sets the cable-loss table holding losses in dB per 100 meters for a specified list of frequencies.
Declaration
CableLosses CableLosses { get; set; }
Property Value
Type | Description |
---|---|
CableLosses |
IsEnabled
Gets or sets a value indicating whether the port-extension is enabled.
Declaration
bool IsEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PhysicalCableLength
Gets or sets the physical length of the cable in meters.
Declaration
double PhysicalCableLength { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TimeDelay
Gets the time delay in seconds depending on the VelocityFactor and the PhysicalCableLength.
Declaration
double TimeDelay { get; }
Property Value
Type | Description |
---|---|
System.Double |
VelocityFactor
Gets or sets the velocity factor greater 0 and lower or equal 1.
Declaration
double VelocityFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |