CADETProcess.simulator.Cadet.get_cadet_version

CADETProcess.simulator.Cadet.get_cadet_version#

Cadet.get_cadet_version() tuple[str, str][source]#

Get version and branch name of the currently instanced CADET build.

Returns:
tuple[str, str]

The CADET version as x.x.x and the branch name.

Raises:
ValueError

If version and branch name cannot be found in the output string.

RuntimeError

If any unhandled event during running the subprocess occurs.