Help Icon
Search Results for

    Show / Hide Table of Contents

    Class Averaging

    Handles the control of the averaging.

    Inheritance
    object
    Averaging
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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()
    In this article
    Back to top Generated by DocFX