![]() |
![]() |
![]() |
![]() |
H5write_array
Synopsis
Write a single array to a HDF5 file.
module H5write_array {
string+Iparam filename;
string+Iparam variable;
int+read+IPort2 newfile = 1;
prim+Iparam inArr[];
omethod+notify_val+notify_inst update<status=1> =
"HDF5write_array_update";
};Description
Write a single array to a HDF5 file.
Input
int. If 1 overwrite any pre-existing file with same name. if 0, merge new data elements into existing file.
Output
Example
File
See also
![]() |
![]() |
![]() |
![]() |