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

axlCorners

axlCorners( 
t_session 
[ g_refresh ]
) 
=> t / nil 

Description

Opens the Corners Setup form.

If the Corners Setup form is not open, ADE Explorer or ADE Assembler opens the form and brings it to focus. If the form is already open, it is brought to focus. In the latter case, the argument g_refresh specifies whether any change related to corners and tests are to be reflected in the Corners Setup form.

Arguments

t_session

String representing the ADE session name.

g_refresh

Specifies if the changes related to corners and tests in the setup database are automatically reflected in the Corners Setup form while it is already open.

The default value is nil, which indicates that you need to close and re-open the form to view the updates.

When this variable is set to t, updates are automatically reflected in the form.

This argument is helpful only when the Corners Setup form is already open.

Value Returned

t

The Corners Setup form was opened.

nil

The Corners Setup form could not be opened.

Examples

The following example opens the Corners Setup form for the current session.

session_name = axlGetWindowSession()
=>"session0"
;; Load Corner Setup User Inteface Form
axlCorners(session_name t)
=> t

Related Topics

axlGetWindowSession

axlGetMainSetupDB


Return to top
 ⠀
X