TSpectrumReport Class

type TSpectrumReport = class(TPersistent);

Defines parameters for generating frequency analysis report.

Defines parameters for generating frequency analysis report.

Properties

NameTypeDescription
AmplitudeFormatstringDefines the floating point number formating applied to amplitude values in the frequency analysis report.
DelimiterstringA good example for the delimiter would be Tab character.
FrequencyFormatstringDefines the floating point number formating applied to frequency values in the frequency analysis report.
PhaseFormatstringDefines the floating point number formating applied to phase values in the frequency analysis report.
ReportItemsTSpectrumReportSetDefines a set of items to be included in spectrum analysis report.
UseTabBooleanIf true, tab is used to separate description of parameter from its value.

Methods

NameDescription
CreateReportCreate spectrum analysis report and store in strings.