It's desirable for users to be able to access multiple subchannels of a source channel in a single coherent structure. For example, accessing accelerometer data from an ADC which also has a microphone on it.
The EventArray class effectively already supports this; all that's really required is a source (MetaChannel maybe?) which only lists the desired subchannels and a new PolyPoly object which only have the relevant polynomials.
It's desirable for users to be able to access multiple subchannels of a source channel in a single coherent structure. For example, accessing accelerometer data from an ADC which also has a microphone on it.
The
EventArrayclass effectively already supports this; all that's really required is a source (MetaChannelmaybe?) which only lists the desired subchannels and a newPolyPolyobject which only have the relevant polynomials.