Class Bode100
BodeDevice device object.
Inheritance
System.Object
Bode100
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface
Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll (3.23.1703.0)
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.
Fields
AutomationInterface
The automation interface.
Declaration
public readonly BodeAutomationImplementation AutomationInterface
Field Value
| Type | Description |
|---|---|
| BodeAutomationImplementation |
Properties
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 |
|---|---|
| System.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 |
|---|---|
| System.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()