Skip to main content

serialization:serialize to hdf5

Version: 0.0.0

Description

This operator is deprecated: use 'hdf5::h5dpf::make_result_file' instead. Serialize the inputs in an hdf5 format.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
file_pathstringoutput file path with .h5 extension
Pin 1export_floatsboolconverts double to float to reduce file size (default is true)
Pin 2export_flat_vectorsboolif true, vectors and matrices data are exported flat (x1,y1,z1,x2,y2,z2..) (default is false)
Pin 3
Required
dataonly the data set explicitly to export is exported

Outputs

OutputNameExpected type(s)Description

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads.

Scripting

Category: serialization

Plugin: core

Scripting name: serialize_to_hdf5

Full name: serialization.serialize_to_hdf5

Internal name: serialize_to_hdf5

License: None

Changelog

  • Version 0.0.0: Initial release.