Product Documentation
Virtuoso Visualization and Analysis XL SKILL Reference
Product Version IC23.1, November 2023

awvCloseCalculator

awvCloseCalculator(
[ t_sessionName ]
)
=> t / nil

Description

Closes the Calculator invoked from the current session or from the specified session.

Arguments

t_sessionName

Name of the session.

This is an optional argument. If you do not specify this argument, the current session is used.

Value Returned

t

The Calculator is closed.

nil

The Calculator cannot be closed because the specified session does not exist.

Examples

The following example closes the Calculator from the current session.

awvCloseCalculator()
=> t

The following example closes the Calculator invoked from the specified session.

session=maeGetSessions()
=> ("fnxSession1")
awvCloseCalculator("fnxSession1")
=> t

Return to top
 ⠀
X