TTraceItem Class

type TTraceItem = class(TPersistent);

Stores the history of the associated Mark.

Stores the history of individual fields of associated TMarkRecord. The Mark to trace is specified with the MarkIndex property.

Properties

NameTypeDescription
MarkIndexIntegerDefines the index in the MarkList, to identify the mark whose history is to be stored.
SpectralDtDoubleTime in seconds between consecutive spectrums.
SpectralSamplingFrequencyDoubleSampling frequency with which the spectrums are being sampled. When setting this property Dt is automatically updated.
SpectralSamplingTimeDoubleTotal length in seconds between the first and the last spectrum.
SpectralTimeOffsetDoubleTime in seconds at which the spectrogram starts.