hpcflow.sdk.core.test_utils.P1_sub_parameter_cls_2#
- class hpcflow.sdk.core.test_utils.P1_sub_parameter_cls_2(f)#
Bases:
ParameterValue
Parameter value handler:
p1_sub_2
Methods
Write this parameter value to an HDF5 group.
Prepare this parameter value for serialisation as JSON.
Extract a parameter value from an HDF5 group.
Extract a parameter value from JSON data.
Serialise this parameter value as a dictionary.
Attributes
- Parameters:
f (int) –
- dump_to_HDF5_group(group)#
Write this parameter value to an HDF5 group.
- classmethod save_from_HDF5_group(group, param_id, workflow)#
Extract a parameter value from an HDF5 group.
- Parameters:
param_id (int) –
- classmethod save_from_JSON(data, param_id, workflow)#
Extract a parameter value from JSON data.
- Parameters:
param_id (int) –
- to_dict()#
Serialise this parameter value as a dictionary.