Setting Up a Simulation Using the Command-Line Interface
It is recommended that you run a simulation using the menus and forms available in the GUI. However, you can also run an interactive or batch mode simulation using SE commands in the CIW or in the shell environment using the si binary.
To set up SE to run a simulation from the command-line interface:
-
In a terminal window, enter the following command to change to the directory that contains the simulation run directory.
cd <parent_
directory_name> -
Enter the following command to create the run directory.
Heremkdirdirectorynamedirectorynameis the name of the simulation run directory. For example, if your simulation run directory isspice.run1, enter the following command:mkdir spice.run1 -
Enter the following command to change to the newly created directory.
cd spice.run1 -
Create the simulation environment file
si.envusing a text editor. -
Save the
si.envfile.
SE is set to run simulations from the command-line interface.
Related Topics
Return to top