![]() |
![]() |
![]() |
![]() |
H5read_array
Synopsis
H5read array is used to read an single array from an HDF5 field.
module H5read_array {
string+Iparam filename;
string+Iparam variable;
prim+Oparam outArr[];
omethod+notify_val+notify_inst update<status=1> =
"HDF5read_array_update";
};Description
H5read array is used to read an single array from a HDF5 field.Its a different from the other modules in that it does *not* assume that its input is an Express field. Its analogous to NETCDF.NCread_array, which was added to XP6.0. The input parameter "variable" is simply the (full HDF path) name of the HDF5 dataset or HDF5 attribute that you want to read.
Input
Output
prim. The output array. The type and dimensions of the array will be determined by the contents of the HDF5 file.
Example
File
See also
![]() |
![]() |
![]() |
![]() |