class TSignalReport : public tObject;
Defines parameters for generating signal analysis report.
Defines parameters for generating signal analysis report.
Constructors
| Name | Description |
|---|---|
| TSignalReport (2) |
Destructors
| Name | Description |
|---|---|
| ~TSignalReport |
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. |
| ReportItems | TSignalReportSet* | Defines a set of items to be included in spectrum analysis report. |
| TimeFormat | DewString | Defines the floating point number formating applied to frequency values in the frequency 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. |