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

maeRefreshViolationDisplay

maeRefreshViolationDisplay(
t_sessionName
)
=> t / nil

Description

Refreshes the Checks/Asserts results view. When it is already open and the database is modified, use this function to refresh the displayed results.

Arguments

t_sessionName

Name of the ADE Explorer or ADE Assembler session.

Value Returned

t

The results view is refreshed.

nil

The results view is not refreshed.

Examples

Refreshes the Checks/Asserts results view in the given session.
axlGetWindowSession( hiGetCurrentWindow()) 
=> "fnxSession0"
maeRefreshViolationDisplay("fnxSession0")
=> t

Return to top
 ⠀
X