tdms_parser v0.1.0 API Reference
Modules
Data structure for channels. Channels contain the actual data which is defined by the data type.
The main data structure returned by the TDMS parser.
Data structure for channel groups. Each group can contain several TDMS.Channel
.
This module is the main parser for TDMS files.
Each TDMS.Property
consists of a combination of a name (always a string), a type identifier, and a value.
Typical data types for properties include numeric types such as integers or floating-point numbers,
time stamps or strings.