Hi,
I'm trying to use JMP to open a hdf5 file using a script. I can successfully open it using the Open() command:
blobpath = "/Documents/myblob";
dtblob_lis = Open(blobpath);
but I get a pop-up asking which data set I'd like to open:
My question: is there an option in the Open() command I could use to specify which data set within the blob I wish to open, and avoid the pop-up? Thanks.