Interface DeviceProperties
This class provides the device properties.
Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces
Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll (3.50.2911.0)
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 |
---|---|
System.Double | The maximum frequency. |
MaxOutputLevel
Gets the maximum output level.
Declaration
double MaxOutputLevel { get; }
Property Value
Type | Description |
---|---|
System.Double | The maximum output level. |
MinFrequency
Gets the minimum frequency.
Declaration
double MinFrequency { get; }
Property Value
Type | Description |
---|---|
System.Double | The minimum frequency. |
MinOutputLevel
Gets the minimum output level.
Declaration
double MinOutputLevel { get; }
Property Value
Type | Description |
---|---|
System.Double | The minimum output level. |