one nc file test.nc
two configurations in it, id, '111' and '222'
I wonder how to use nlread with object_id
I use
nlread('test.nc',BulkConfiguration,'222'), failed
nlread(filename='test.nc',object_id='222') failed
I know how to use nlread with list
but how to use nlread with object_id ?
Thank you~