Windows

Run Activate on Windows in GUI mode or batch mode.

Run in GUI Mode on Windows

Run Activate from the Windows Start menu or installation directory.

In Windows, select from the following options:
  • From the Start menu, select Altair > Activate.
  • From the directory where Activate is installed on your system, select the executable file: <installation_directory>\Activate.bat.
  • From a command prompt, enter: <installation_directory>\hwx\bin\win64\runhwx.exe -c "Activate" -v Activate2021 -ef Act.env -ex ExecMainAct.exe
Note: You can pass an .scm file as an input argument to the invoke command: <installation_directory>\Activate.bat -f foo.scm

Run in Batch Mode on Windows

The batch mode option is especially useful for process automation, optimization or other repetitive simulation tasks.

Invoke the script: <installation_directory>\Activate_batch.bat, and then enter either Activate model files (.scm files) or OML scripts (.oml files) as input arguments preceded with –f. For example, for an OML script, enter Activate_batch.bat -f name.oml. For a .scm file, enter Activate_batch.bat -f name.scm
Note: If the model file contains graphical windows, such as plot windows for Scope blocks, the windows are ignored.