class TSpectrumReport : public tObject;
Defines parameters for generating frequency analysis report.
Defines parameters for generating frequency analysis report.
Constructors
| Name | Description |
|---|---|
| TSpectrumReport (2) |
Destructors
| Name | Description |
|---|---|
| ~TSpectrumReport |
Properties
| Name | Type | Description |
|---|---|---|
| AmplitudeFormat | DewString | Defines the floating point number formating applied to amplitude values in the frequency analysis report. |
| Delimiter | DewString | A good example for the delimiter would be Tab character. |
| FrequencyFormat | DewString | Defines the floating point number formating applied to frequency values in the frequency analysis report. |
| PhaseFormat | DewString | 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 | bool | 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. |