Linux

Linux上でGUIモードまたはバッチモードでActivateを実行します。

Run in GUI Mode on Linux

Run Activate from the Linux terminal.

From the directory where Activate is installed on your system, execute the script <installation_directory>/Activate.
NoteColonSymbol You can pass an .scm file as an input argument to the invoke command: <installation_directory>/Activate -f foo.scm

バッチモードでの実行(Linux)

バッチモードオプションは、プロセスの自動化や最適化、またはその他の繰り返しが必要となるシミュレーションタスクに役立ちます。

スクリプト、<installation_directory>/Activate_batchを起動し、–fの後に、入力引数としてActivateモデルファイル(.scm ファイル)またはOMLスクリプト(.omlファイル)を入力して実行します。たとえば、OMSスクリプトの場合、Activate_batch -f name.omlを入力します。.scm ファイルの場合、Activate_batch -f name.scmを入力します。
NoteColonSymbol モデルファイルに、Scopeブロックのプロットウィンドウなどのグラフィカルウィンドウが含まれている場合、そのウィンドウは作成/表示されません。