Product Documentation
Digital Design Netlisting and Simulation SKILL Reference
Product Version IC23.1, June 2023

isePrintSimulatorCommand

isePrintSimulatorCommand( 
[ commandArg | nil ]
)
=> t / nil

Description

Used when you create menu commands that interface with both the design and simulator.

For example, it makes it possible to instruct the simulator to set a node by pointing at the node in the design. The SKILL function underlying the menu entry determines the name of the node pointed in the design, translates the name to the name assigned by the netlister, and issues the appropriate command to set the node with the determined name to the simulator.

Arguments

commandArg

If no argument is passed, then the function opens a form for the user to enter the command to be passed to the simulator.

Value Returned

t

The window is accessible.

nil

The command was unsuccessful.

Examples

isePrintSimulatorCommand( "-f test -v verilog.v" )

Related Topics

OSS Functions


Return to top
 ⠀
X