TDMS

Implementation

Imports a TDMS file into an ADAF. Each TDMS can contain an unlimited amount of groups, where each groups holds a set of properties and an unlimited number of channels (signal data).

The group properties will be stored in the ADAF’s Meta section.

The raster is constructed from the fields wf_start_time, wf_increment, and wf_start_offset, which are guaranteed to exist for each channel. The raster will be in either datetime or float format, depending on the format of the mentioned fields. If there isn’t enough data to create a raster, an index vector will be used. The properties for each channel will be stored as column attributes for the corresponding signal in the raster.

class sylib.library.plugins.data.adaf.importers.plugin_tdms_importer.DataImporterTDMS[source]