CADETProcess.simulator.Cadet.install_path

CADETProcess.simulator.Cadet.install_path#

property Cadet.install_path#

str: Path to the installation of CADET.

This can either be the root directory of the installation or the path to the executable file ‘cadet-cli’. If a file path is provided, the root directory will be inferred.

Raises:
FileNotFoundError

If CADET cannot be found at the specified path.

Warning

If the specified install_path is not the root of the CADET installation, it will be inferred from the file path.

See also

check_cadet