Interface StabilityMarginResult
Holds all relevant results of the stability margin calculation.
Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface.ResultProcessors
Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll (3.50.2911.0)
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 |
---|---|
System.Double |
FrequencyPhaseMargin
Gets the frequency value corresponding to the phase margin (0 if none found).
Declaration
double FrequencyPhaseMargin { get; }
Property Value
Type | Description |
---|---|
System.Double |
FrequencyStabilityMargin
Gets the frequency value corresponding to the stability margin (0 if none found).
Declaration
double FrequencyStabilityMargin { get; }
Property Value
Type | Description |
---|---|
System.Double |
GainMargin
Gets the gain margin (0 if none found).
Declaration
double GainMargin { get; }
Property Value
Type | Description |
---|---|
System.Double |
PhaseMargin
Gets the phase margin (0 if none found).
Declaration
double PhaseMargin { get; }
Property Value
Type | Description |
---|---|
System.Double |
StabilityMargin
Gets the stability margin (0 if none found).
Declaration
double StabilityMargin { get; }
Property Value
Type | Description |
---|---|
System.Double |