Class Averaging
Handles the control of the averaging.
Inheritance
System.Object
Averaging
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.TaskProcessors
Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll (3.50.2911.0)
Syntax
[ComVisible(true)]
[Guid("AB40AB25-C36F-47D0-8B54-0616444F0DA3")]
public class Averaging
Properties
AveragingFactor
Gets or sets the averaging factor.
Declaration
public int AveragingFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsEnabled
Gets or sets a value indicating whether this instance is enabled. Attention! Enabling and disabling has immediate effect on the results!.
Declaration
public bool IsEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PerformedCycles
Gets the number of performed cycles.
Declaration
public int PerformedCycles { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Reset()
Resets the averaging cycle.
Declaration
public void Reset()