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, overwrite=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 toparenttarget (
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_namealready existsoverwrite (
bool) – Set to True to allow overwriting existing link_name
- Return type:
None