pyleecan.Functions.Load.load_hdf5 module

load_hdf5(file_path)[source]

Load pyleecan object from h5 file

Parameters:

file_path (str) – file path

Returns:

  • file_path (str)

  • obj_dict (dict) – dictionary to instanciate Pyleecan obj

construct_dict_from_group(group)[source]

construct_dict_from_group create a dictionary and extract datasets and groups from the group

Parameters:

group (h5py.Group) – group to browse

Returns:

dict_ – created dict containing the group data

Return type:

dict

is_int(inputString)[source]

Check if a string is an int