Previous

Running Commands

You can run EPIC commands many different ways, including.

Command Conventions

The following are EPIC Command Conventions.

Example 1

If you want to select a net whose name has an embedded space in it, using the command line you would enter.

select net my\ net

The back slash precedes the space character to escape it.

OR

select net “my net”

Example 2

To select a component with special characters in it, you would enter.

select comp COUNT\*

To select all components that start with COUNT, you would enter.

select comp COUNT*

The command name followed by -h provides help for that command.

Next