Click or drag to resize

ExportRequest Properties

The ExportRequest type exposes the following members.

Properties
 NameDescription
Public propertyCard If set exports acquired trace data for set card, otherwise for all currently connected devices.
Public propertyStatic memberDescriptor 
Public propertyExportPath Path to save exported signals to (for PC running the service).
Public propertyFirstTimestamp Start of export in µs; defaults to first timestamp (0 µs).
Public propertyHasUseDecimalPointGets whether the "use_decimal_point" field is set
Public propertyHasWriteHeadersGets whether the "write_headers" field is set
Public propertyHasWriteTimestampsGets whether the "write_timestamps" field is set
Public propertyLastTimestamp End of export in µs, defaults to last timestamp.
Public propertyStatic memberParser 
Public propertySignalsWithUnit Signal(s) with unit(s) to export, defaults to all signals with default/last used units.
Public propertyUseDecimalPoint True: Use point "." as decimal separator; False: Use comma ",". Defaults to false (comma ",").
Public propertyWriteHeaders Write the export file headers. Defaults to true.
Public propertyWriteTimestamps Write an additional timestamp column to the export file. Defaults to false.
Top
See Also