TCustomSpectrumAnalyzer::MaxPhase Property

__declspec(property(get = GetMaxPhase, put = SetMaxPhase)) double MaxPhase;

Stores the maximum value of the Phase spectrum found by the MinMaxPhase method.

Read: double GetMaxPhase();
Write: void SetMaxPhase(const double Value);
Declared in Dew::Signal::TSpectrum · Dew.Signal/SignalTools.h · Cross-compiler