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

Description

Returns the selection status of the option to include the device parameters in simulations. In the GUI, this is the selection status of the Parameters check box in the Data View assistant pane.

Arguments

x_mainSDB

Setup database handle.

Value Returned

t

The Parameters check box in the Data View assistant pane is cleared.

nil

The Parameters check box in the Data View assistant pane is selected.

Examples

The following example returns the selection status of the Parameters check box in the Data View assistant pane.

s1 = (axlGetWindowSession)
=> "session0"
x_mainSDB=axlGetMainSetupDB( s1 ) => 1001 axlGetAllParametersDisabled(x_mainSDB) => nil

Related Topics

Enabling and Disabling Device Parameters


Return to top
 ⠀
X