Help Icon
Search Results for

    Show / Hide Table of Contents

    Interface OverloadResult

    Return the overload level values for a specific channel. A value greater than 1.0 means that an overload occurred.

    Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces.Results.SpecialResults
    Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll
    Syntax
    [Guid("A21D9ED6-C8F6-4964-8997-4292B9C2F2C9")]
    [InterfaceType(ComInterfaceType.InterfaceIsDual)]
    [ComVisible(true)]
    public interface OverloadResult

    Methods

    Channel1()

    Gets the Channel 1 overload level values in an array.

    Declaration
    double[] Channel1()
    Returns
    Type Description
    double[]

    Channel1At(int)

    Gets the Channel 1 overload level values at the index of the array.

    Declaration
    double Channel1At(int index)
    Parameters
    Type Name Description
    int index

    The index.

    Returns
    Type Description
    double

    Channel2()

    Gets the Channel 2 overload level values in an array.

    Declaration
    double[] Channel2()
    Returns
    Type Description
    double[]

    Channel2At(int)

    Gets the Channel 2 overload level values at the index of the array.

    Declaration
    double Channel2At(int index)
    Parameters
    Type Name Description
    int index

    The index.

    Returns
    Type Description
    double
    In this article
    Back to top Generated by DocFX