Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

sevStartSession

sevStartSession(
[ ?design g_design ]
[ ?lib g_lib ]
[ ?cell g_cell ]
[ ?view g_view ]
[ ?schematic g_schematic ]
)
=> t / nil

Description

Starts the Virtuoso Analog Simulation Environment session tied to the specified design. It will try the design first, then lib/cell/view, and finally it will try the schematic. If none of these is specified, it will start a skeleton session that will not be able to do anything until a design has been tied to the session. The lib/cell/view arguments must be specified, otherwise they are ignored.

Arguments

?design g_design

The design object. The default value is nil.

?lib g_lib

The library name. The default value is nil.

?cell g_cell

The cell name. The default value is nil.

?view g_view

The view name. The default value is nil.

?schematic g_schematic

The schematic object. The default value is nil.

Value Returned

t

The call is successful.

nil

The call is unsuccessful.


Return to top
 ⠀
X