Interface OverloadResult
Return the overload level values for a specific channel. A value greater than 1.0 means that an overload occurred.
Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces.Results.SpecialResults
Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll (3.50.2911.0)
Syntax
[Guid("A21D9ED6-C8F6-4964-8997-4292B9C2F2C9")]
[InterfaceType(ComInterfaceType.InterfaceIsDual)]
[ComVisible(true)]
public interface OverloadResult
Methods
Channel1()
Gets the Channel 1 overload level values in an array.
Declaration
double[] Channel1()
Returns
Type | Description |
---|---|
System.Double[] |
Channel1At(Int32)
Gets the Channel 1 overload level values at the index of the array.
Declaration
double Channel1At(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The index. |
Returns
Type | Description |
---|---|
System.Double |
Channel2()
Gets the Channel 2 overload level values in an array.
Declaration
double[] Channel2()
Returns
Type | Description |
---|---|
System.Double[] |
Channel2At(Int32)
Gets the Channel 2 overload level values at the index of the array.
Declaration
double Channel2At(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The index. |
Returns
Type | Description |
---|---|
System.Double |