cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
Choose Language Hide Translation Bar
nikles
Level VI

Help on opening hdf5 files

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: 

nikles_0-1734559582775.png

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.

12 REPLIES 12
txnelson
Super User

Re: Help on opening hdf5 files

Brian,

Where is this capability documented?

Jim

Re: Help on opening hdf5 files

Hi Jim,

 

There is an example of this at https://www.jmp.com/support/help/en/18.1/index.shtml#page/jmp/import-data.shtml under the section "Import HDF5 Files".  Admittedly a bit challenging to find, but it does show up in Google.

 

Brian

nikles
Level VI

Re: Help on opening hdf5 files

This is exactly the solution I was looking for.  Works.  Thanks.

Recommended Articles