![]() |
![]() |
![]() |
![]() |
H5list_vars
Synopsis
H5list_vars is a utility that is used in the user interface for Rd_HDF5_Field and Rd_HDF5_Time_Field.
module H5list_vars {
string+Iparam filename;
string+read+IPort2 h5root = "/";
// All of the following are outputs.
// Dimensional information to guide the
// selection of crop and downsize parameters.
int+Oparam ndim;
int+Oparam dims[ndim];
// Node Data components
string+Oparam nodeVars[];
// Cell Data components
string+Oparam cellVars[];
// Number of time steps
int+Oparam timeSteps;
// Output trigger to help the UI.
int+Oparam do;
omethod+notify_val+notify_inst update<status=1> =
"HDF5list_vars_update";
};Description
H5list_vars is a utility that is used in the user interface for Rd_HDF5_Field and Rd_HDF5_Time_Field. It scans the input HDF5 file and then generates lists of node data variables, cell data variables, and dimensions that are used in the Rd_HDF5_XXX UI.
Input
Output
string. A list of node data names. The name of each componenet is taken from the component label if present. It not present a name in the form of "node_data_X" will be generated.
string. A list of cell data names. The name of each componenet is taken from the component label if present. It not present a name in the form of "cell_data_X" will be generated.
Example
File
See also
![]() |
![]() |
![]() |
![]() |