ewoksxrpd.tasks.utils.data_utils.create_hdf5_link#
- ewoksxrpd.tasks.utils.data_utils.create_hdf5_link(parent, link_name, target, relative=True, raise_on_exists=False)[source]#
- Parameters:
parent (
Group
) – HDF5 group in which the link will be createdlink_name (
str
) – relative HDF5 path of the link source with respect toparent
target (
Union
[Dataset
,Group
]) – absolute HDF5 path of the link targetrelative (
bool
) – determines whether the external or internal link is absolute or relative. Internal links that refer upwards are not supported and will always be absolute.raise_on_exists (
bool
) – raise exception whenlink_name
already exists
- Return type:
None