Help Icon
Search Results for

    Show / Hide Table of Contents

    Interface BodeDevice

    BodeDevice device object.

    Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces
    Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll
    Syntax
    [Guid("C5737E16-90B9-494E-8447-E88884D7EC89")]
    [InterfaceType(ComInterfaceType.InterfaceIsDual)]
    [ComVisible(true)]
    public interface BodeDevice
    Remarks

    When creating this object the first available device will be initialized. To connect to a specific BodeDevice device see BodeAutomation class.

    Properties

    DeviceProperties

    Gets the device properties.

    Declaration
    DeviceProperties DeviceProperties { get; }
    Property Value
    Type Description
    DeviceProperties

    The device properties.

    DeviceType

    Gets the type of the Device.

    Declaration
    string DeviceType { get; }
    Property Value
    Type Description
    string

    Impedance

    Gets the Impedance Measurement Modes.

    Declaration
    Impedance Impedance { get; }
    Property Value
    Type Description
    Impedance

    InternalCalibration

    Gets the internal calibration date.

    Declaration
    InternalCalibration InternalCalibration { get; }
    Property Value
    Type Description
    InternalCalibration

    Reflection

    Gets the Reflection Measurement Modes.

    Declaration
    Reflection Reflection { get; }
    Property Value
    Type Description
    Reflection

    SerialNumber

    Gets the serial number.

    Declaration
    string SerialNumber { get; }
    Property Value
    Type Description
    string

    SourceMode

    Gets or sets the Source Mode.

    Declaration
    SourceMode SourceMode { get; set; }
    Property Value
    Type Description
    SourceMode

    Transmission

    Gets the Transmission Measurement Modes.

    Declaration
    Transmission Transmission { get; }
    Property Value
    Type Description
    Transmission

    Methods

    ShutDown()

    Shuts down the Device.

    Declaration
    void ShutDown()
    In this article
    Back to top Generated by DocFX