realtwin.func_lib.is_vissim_installed

realtwin.func_lib.is_vissim_installed(*, ext: str = '', sel_dir: list = None, verbose: bool = True) bool[source]

Check if VISSIM 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 VISSIM executable. Defaults to None.

  • verbose (bool) – Whether to print the process info. Defaults to True.

Returns:

True if VISSIM is installed, False otherwise.

Return type:

bool