(A split of #29)
It appears there are standard properties for the name and description of the groups to follow. (see https://www.ni.com/docs/en-US/bundle/labwindows-cvi/page/cvi/libref/cvitdms_setchannelgroupproperty.htm)
We want to make these easy to use in the API and check if we should auto-create the name property when we create the group by reviewing existing TDMS files and mimicking their behaviour.
Note: Name needs to handle the rename case (#31) and so probably shouldn't be stored separately.
(A split of #29)
It appears there are standard properties for the name and description of the groups to follow. (see https://www.ni.com/docs/en-US/bundle/labwindows-cvi/page/cvi/libref/cvitdms_setchannelgroupproperty.htm)
We want to make these easy to use in the API and check if we should auto-create the
nameproperty when we create the group by reviewing existing TDMS files and mimicking their behaviour.Note: Name needs to handle the rename case (#31) and so probably shouldn't be stored separately.