Class Averaging
Handles the control of the averaging.
Inherited Members
Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface.TaskProcessors
Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll
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 |
---|---|
int |
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 |
---|---|
bool |
PerformedCycles
Gets the number of performed cycles.
Declaration
public int PerformedCycles { get; }
Property Value
Type | Description |
---|---|
int |
Methods
Reset()
Resets the averaging cycle.
Declaration
public void Reset()