Export |
The ExportRequest type exposes the following members.
| Name | Description | |
|---|---|---|
| Card | If set exports acquired trace data for set card, otherwise for all currently connected devices. | |
| Descriptor | ||
| ExportPath | Path to save exported signals to (for PC running the service). | |
| FirstTimestamp | Start of export in µs; defaults to first timestamp (0 µs). | |
| HasUseDecimalPoint | Gets whether the "use_decimal_point" field is set | |
| HasWriteHeaders | Gets whether the "write_headers" field is set | |
| HasWriteTimestamps | Gets whether the "write_timestamps" field is set | |
| LastTimestamp | End of export in µs, defaults to last timestamp. | |
| Parser | ||
| SignalsWithUnit | Signal(s) with unit(s) to export, defaults to all signals with default/last used units. | |
| UseDecimalPoint | True: Use point "." as decimal separator; False: Use comma ",". Defaults to false (comma ","). | |
| WriteHeaders | Write the export file headers. Defaults to true. | |
| WriteTimestamps | Write an additional timestamp column to the export file. Defaults to false. |