tdms_parser v0.2.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

Link to this section Functions

Link to this function

new(path, name, properties, channels) View Source

Creates a new TDMS.Group structure