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
Value Returned
|
The Parameters check box in the Data View assistant pane is cleared. |
|
|
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
Return to top