UFMConverter.omx_to_ufm#

UFMConverter.omx_to_ufm(omx, *, overwrite=False)[source]#

Convert a OMX file to a UFM file.

Parameters:
  • omx (Path) – Path to existing UFM file.

  • overwrite (bool) – If False (default) will raise error if output UFM already exists.

Returns:

Output UFM file, will be ‘{omx}.UFM’.

Return type:

Path

Raises: