Interface Vrms
Contains the vrms value.
Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces.Results.SpecialResults
Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll (3.50.2911.0)
Syntax
[Guid("AC1E36D0-EE2B-423C-B9DB-DA07BA796227")]
[InterfaceType(ComInterfaceType.InterfaceIsDual)]
[ComVisible(true)]
public interface Vrms
Methods
Channel1()
Gets the Vrms values for Channel 1 and represents it in an array.
Declaration
double[] Channel1()
Returns
Type | Description |
---|---|
System.Double[] |
Channel1At(Int32)
Gets the Vrms value for Channel 1 At 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 Vrms values for Channel 2 and represents it in an array.
Declaration
double[] Channel2()
Returns
Type | Description |
---|---|
System.Double[] |
Channel2At(Int32)
Gets the Vrms value for Channel 2 At index of the array.
Declaration
double Channel2At(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The index. |
Returns
Type | Description |
---|---|
System.Double |