tdms_parser v0.1.0 TDMS.Group View Source
Data structure for channel groups. Each group can contain several TDMS.Channel
.
Examples
%TDMS.Group{
name: "Temperature",
path: "/'Temperature'",
properties: [
%TDMS.Property{data_type: :string, name: "name", value: "Temperature"}
],
channels: [%TDMS.Channel{...}]
}
Link to this section Summary
Functions
Creates a new TDMS.Group
structure
Link to this section Functions
Link to this function
new(path, name, properties, channels) View Source
Creates a new TDMS.Group
structure