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

axlSetAllCornersEnabled

axlSetAllCornersEnabled(
x_mainSDB 
g_enable
) 
=> t / nil 

Description

Enables or disables all the corners for simulation. This changes the selection status of the Corners check box in the Run Summary assistant.

Arguments

x_mainSDB

Setup database handle.

g_enable

Specifies whether to enable or disable the corners.

1: Enables all corners.

0: Disables all corners.

Value Returned

t

Successful operation.

nil

Unsuccessful operation.

Examples

The following example disables all the corners in the current session.

session = axlGetWindowSession()
=> "session0"
x_mainSDB = axlGetMainSetupDB(session)
=> 1001
axlSetAllCornersEnabled(x_mainSDB nil)
=> t


Return to top
 ⠀
X