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

axlSetAllSweepsEnabled

axlSetAllSweepsEnabled(
x_hsdb 
g_enableStatus
) 
=> t / nil 

Description

Sets the selection status of the Point Sweeps check box in the Run Summary assistant pane.

Arguments

x_hsdb

Setup database handle

g_enableStatus

Selects or deselects the Point Sweeps check box in the Run Summary assistant pane.

  • 1: Selects the Point Sweeps check box.
  • 0: Deselects the Point Sweeps check box.

Value Returned

t

The Point Sweeps check box is selected or deselected.

nil

The status of the Point Sweeps check box is not altered.

Examples

Selects the Point Sweeps check box.

db=axlGetMainSetupDB("session0")
1001
axlSetAllSweepsEnabled(db 1)
=> t

Deselects the Point Sweeps check box.

db=axlGetMainSetupDB("session0")
1001
axlSetAllSweepsEnabled(db 0)
=> t

Return to top
 ⠀
X