Help Icon
Search Results for

    Show / Hide Table of Contents

    Interface PortExtension

    Port-Extension Interface.

    Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces.PortExtension
    Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll
    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
    bool

    PhysicalCableLength

    Gets or sets the physical length of the cable in meters.

    Declaration
    double PhysicalCableLength { get; set; }
    Property Value
    Type Description
    double

    TimeDelay

    Gets the time delay in seconds depending on the VelocityFactor and the PhysicalCableLength.

    Declaration
    double TimeDelay { get; }
    Property Value
    Type Description
    double

    VelocityFactor

    Gets or sets the velocity factor greater 0 and lower or equal 1.

    Declaration
    double VelocityFactor { get; set; }
    Property Value
    Type Description
    double
    In this article
    Back to top Generated by DocFX