realtwin.func_lib.is_aimsun_installed
- realtwin.func_lib.is_aimsun_installed(*, ext: str = '', sel_dir: list = None, verbose: bool = True) bool[source]
Check if AIMSUN is installed on the system.
- Parameters:
ext (str) – The extension of the executable. Defaults to “”.
sel_dir (list) – A list of directories to search for the AIMSUN executable. Defaults to None.
verbose (bool) – Whether to print the process info. Defaults to True.
- Returns:
True if AIMSUN is installed, False otherwise.
- Return type:
bool