Help Icon
Search Results for

    Show / Hide Table of Contents

    Interface DeviceProperties

    This class provides the device properties.

    Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces
    Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll
    Syntax
    [Guid("B87C43BD-5A24-45A6-A48C-63B43D2DDCD7")]
    [InterfaceType(ComInterfaceType.InterfaceIsDual)]
    [ComVisible(true)]
    public interface DeviceProperties

    Properties

    MaxFrequency

    Gets the maximum frequency.

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

    The maximum frequency.

    MaxOutputLevel

    Gets the maximum output level.

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

    The maximum output level.

    MinFrequency

    Gets the minimum frequency.

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

    The minimum frequency.

    MinOutputLevel

    Gets the minimum output level.

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

    The minimum output level.

    In this article
    Back to top Generated by DocFX