TCustomSpectrumAnalyzer::PhaseUnits Property

__declspec(property(get = GetPhaseUnits, put = SetPhaseUnits)) TPhaseUnits PhaseUnits;

Defines the units of phase. (radian, degrees).

Read: TPhaseUnits GetPhaseUnits();
Write: void SetPhaseUnits(const TPhaseUnits Value);
Declared in Dew::Signal::TSpectrum · Dew.Signal/SignalTools.h · Cross-compiler