Is possible to create a VectorData where each element is a softlink? #49
-
Hello, I'm wondering if I can use a vector of softlinks as an input to a DynamicTable or is better to use an "ObjectView" |
Beta Was this translation helpful? Give feedback.
Answered by
lawrence-mbf
May 30, 2023
Replies: 1 comment 6 replies
-
Hi @borrepp Are you using one of the scripts in MatNWB to generate a DynamicTable or are you creating it from scratch? Are you following a particular tutorial? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@borrepp So you should be able to pass a vector of container objects which will automatically resolve themselves to
ObjectView
on write. Was there a particular reason why you wish to use soft links? Soft links will also not work here since they cannot be written to datasets.