tdms_parser v0.2.0 TDMS.Channel View Source
Data structure for channels. Channels contain the actual data which is defined by the data type.
Examples
%TDMS.Channel{
data: [24.172693869632123, 24.238202284912816, 24.22418907461031, ...],
data_count: 201,
data_type: :double,
name: "ai.0",
path: "/'Temperature'/'ai.0'",
properties: [
%TDMS.Property{data_type: :string, name: "name", value: "ai.0"},
%TDMS.Property{data_type: :string, name: "datatype", value: "DT_DOUBLE"}
]
}
Link to this section Summary
Functions
Creates a new TDMS.Channel
structure
Link to this section Functions
Link to this function
new(path, name, data_type, data_count, properties, data) View Source
Creates a new TDMS.Channel
structure