type TSpectrumReport = class(TPersistent);
Defines parameters for generating frequency analysis report.
Defines parameters for generating frequency analysis report.
Properties
| Name | Type | Description |
|---|---|---|
| AmplitudeFormat | string | Defines the floating point number formating applied to amplitude values in the frequency analysis report. |
| Delimiter | string | A good example for the delimiter would be Tab character. |
| FrequencyFormat | string | Defines the floating point number formating applied to frequency values in the frequency analysis report. |
| PhaseFormat | string | Defines the floating point number formating applied to phase values in the frequency analysis report. |
| ReportItems | TSpectrumReportSet | Defines a set of items to be included in spectrum analysis report. |
| UseTab | Boolean | If true, tab is used to separate description of parameter from its value. |
Methods
| Name | Description |
|---|---|
| CreateReport | Create spectrum analysis report and store in strings. |