Help Icon
Search Results for

    Show / Hide Table of Contents

    Interface StabilityMarginResult

    Holds all relevant results of the stability margin calculation.

    Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface.ResultProcessors
    Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll
    Syntax
    [ComVisible(true)]
    [Guid("9F2DC394-EBA1-499D-9E26-E9A4ECDC0C19")]
    [InterfaceType(ComInterfaceType.InterfaceIsDual)]
    public interface StabilityMarginResult

    Properties

    FrequencyGainMargin

    Gets the frequency value corresponding to the gain margin (0 if none found).

    Declaration
    double FrequencyGainMargin { get; }
    Property Value
    Type Description
    double

    FrequencyPhaseMargin

    Gets the frequency value corresponding to the phase margin (0 if none found).

    Declaration
    double FrequencyPhaseMargin { get; }
    Property Value
    Type Description
    double

    FrequencyStabilityMargin

    Gets the frequency value corresponding to the stability margin (0 if none found).

    Declaration
    double FrequencyStabilityMargin { get; }
    Property Value
    Type Description
    double

    GainMargin

    Gets the gain margin (0 if none found).

    Declaration
    double GainMargin { get; }
    Property Value
    Type Description
    double

    PhaseMargin

    Gets the phase margin (0 if none found).

    Declaration
    double PhaseMargin { get; }
    Property Value
    Type Description
    double

    StabilityMargin

    Gets the stability margin (0 if none found).

    Declaration
    double StabilityMargin { get; }
    Property Value
    Type Description
    double
    In this article
    Back to top Generated by DocFX