Help Icon
Search Results for

    Show / Hide Table of Contents

    Class Bode100

    BodeDevice device object.

    Inheritance
    object
    Bode100
    Implements
    BodeDevice
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface
    Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll
    Syntax
    [Guid("9EB6B62E-0B1A-4017-8F77-D65A247C64AB")]
    [ClassInterface(ClassInterfaceType.None)]
    [ComVisible(true)]
    public class Bode100 : BodeDevice
    Remarks

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

    Constructors

    Bode100()

    Initializes a new instance of the Bode100 class.

    Declaration
    public Bode100()
    Remarks

    Automatically connects to the first device found on the machine.

    Properties

    AutomationInterface

    Gets the automation interface.

    Declaration
    public BodeAutomationImplementation AutomationInterface { get; }
    Property Value
    Type Description
    BodeAutomationImplementation

    DeviceProperties

    Gets the device properties.

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

    The device properties.

    DeviceType

    Gets the type of the device.

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

    The type of the device.

    Impedance

    Gets the impedance measurement types.

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

    InternalCalibration

    Gets the internal calibration.

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

    The internal calibration.

    Reflection

    Gets the reflection.

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

    SerialNumber

    Gets the serial number.

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

    SourceMode

    Gets or sets the source mode.

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

    The source mode.

    Transmission

    Gets the transmission Measurements.

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

    Methods

    ShutDown()

    Shuts down the device.

    Declaration
    public void ShutDown()

    Implements

    BodeDevice
    In this article
    Back to top Generated by DocFX