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

axlGetAllSweepsEnabled

axlGetAllSweepsEnabled( 
x_hsdb 
) 
=> t / nil 

Description

Returns the selection status of the Sweep check box in the Run Summary assistant.

Argument

x_hsdb

Setup database handle.

Value Returned

t

The Sweep check box is enabled.

nil

The Sweep check box is disabled.

Examples

The following example checks for the status of the Sweep check box in the given setup database.

axlGetAllSweepsEnabled 1003
=> t

Related Topics

Run Summary Assistant


Return to top
 ⠀
X