Replies: 1 comment
|
Use a list of channels instead of a channel when you call append, and they will all go in a single channel group |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
TL;DR
Is it possible to create an MDF file with a single data group and multiple channel groups.
mdf.append()adds a new data group (DG) on every call, regardless of the providedacq_name.Long version
I would like to understand how to create a new MDF file with the following format:
I have experimented with the following code a bit:
And it looks like a new data group is indeed created with each call of append as per the documentation. i.e. it produces a structure attached in the screenshot.
I looked into the

extendAPI and I am confused. The description says "Extend a group with new samples.", but I guess that refers to adding to existing measurements.I'd appreciate any help! Thanks in advance.
All reactions