TTraceList::PhaseTrace Property

__declspec(property(get = GetPhaseTrace, put = SetPhaseTrace)) bool PhaseTrace;

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

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