Open sanssecours opened 2 years ago
my suggestion is to use a source
and sink
notation with additional long-names, e.g
sink1 = source0 # ACC0_x
print(source0.name)
>>> ACC0_x
sink2 = source3 # temp0_t
sink3 = source4 # DMS0_0_amp
where source
denotes the sensor and sink
the myt-protocol data-field
Description
For some of the sensor hardware the current channel naming scheme of
X
,Y
andZ
does not make sense, since the measured values do not donate acceleration values for a certain axis. We should change the naming scheme to incorporate the type of measured value. For now Christoph (@iftrams) suggested that we should change the name in the user interface to eitherIn the future we should also update the names of the measured values (
x
,y
,z
) in the HDF5 file that stores the data.One problem I see with the current suggestion is that it might confuse new users, if the naming in the data file and the user interface is different. Another problem might be that we use the same name for the (up to 8) available channels on the board and the three channels we configured for the current measurement. A sentence like “We configured (measurement) channel 1 to uses channel (number) 2” might be confusing.