TSpectrogram.TraceOnly Property

Boolean TraceOnly { get; set; }

Specifies to track only marked peaks without entire spectrums.

Returns: Boolean

Remarks:

Only Trace property will be populated when this property is True. Call Trace.EndTrace method when the last spectrum has been processed. When true the contents of the marked peaks will be stored in the Trace property and the contents of the spectrum will be ignored. This can be used for subsequent analysis of the spectrogram where only specific frequencies are be analyzed with higher resolution.