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

axlSetAllParametersDisabled

axlSetAllParametersDisabled(
x_mainSDB 
g_enableStatus
) 
=> t / nil 

Description

Sets the status of the Parameters check box in the Data View assistant pane in ADE Explorer and ADE Assembler.

Arguments

x_mainSDB

Setup database handle.

g_enableStatus

Option for setting the status of the Parameters check box.

  • 0: Selects the Parameters check box.
  • 1: Deselects the Parameters check box.

Value Returned

t

Successful select or deselect operation.

nil

Unsuccessful select or deselect operation.

Examples

The following example disables the usage of parameters in the setup. This implies that it clears the Parameters check box in the Data View pane.

s1 = (axlGetWindowSession)
=> "session1"
x_mainSDB=axlGetMainSetupDB( s1 )
=> 1001
axlSetAllParametersDisabled(x_mainSDB 0) t

Related Topics

Working with Device Instance Parameters


Return to top
 ⠀
X