Help Icon
Search Results for

    Show / Hide Table of Contents

    Interface Vrms

    Contains the vrms value.

    Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces.Results.SpecialResults
    Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll
    Syntax
    [Guid("AC1E36D0-EE2B-423C-B9DB-DA07BA796227")]
    [InterfaceType(ComInterfaceType.InterfaceIsDual)]
    [ComVisible(true)]
    public interface Vrms

    Methods

    Channel1()

    Gets the Vrms values for Channel 1 and represents it in an array.

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

    Channel1At(int)

    Gets the Vrms value for Channel 1 At index of the array.

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

    The index.

    Returns
    Type Description
    double

    Channel2()

    Gets the Vrms values for Channel 2 and represents it in an array.

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

    Channel2At(int)

    Gets the Vrms value for Channel 2 At 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