TTraceList::FreqTrace Property

__declspec(property(get = GetFreqTrace, put = SetFreqTrace)) bool FreqTrace;

If true, the Freq field in the marks will be traced.

Read: bool GetFreqTrace();
Write: void SetFreqTrace(const bool Value);
Declared in Dew::Signal::TTraceList · Dew.Signal/SignalAnalysis.h · Cross-compiler