differt.scene.get_sionna_scene

Contents

differt.scene.get_sionna_scene#

get_sionna_scene(scene_name, *, folder='<path-to-differt>/scene/scenes')[source]#

Return the path to the given Sionna scene.

Parameters:
  • scene_name (str) – The name of the scene.

  • folder (str | Path) – Where scene files are stored.

Return type:

str

Returns:

The path, relative to the current working directory, to the given scene.xml file.

Raises:

ValueError – If scene does not exist.