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

displayChecks

displayChecks(
?resultsDir t_resultsDir 
[ t_check1 t_check2 t_check3... ]
)
=> nil

Description

Displays device checks. If no name is provided, this function displays all checks that have been added so far. If no device checks have been added and a results directory is set by using the openResults() command, it prints device checks from the asserts.info.asserts file in that results directory. If the results directory is provided, it displays device checks found in the asserts.info.asserts file in that results directory.

This function can be used only in an Analog Design Environment L session. When the enableDeviceChecking environment variable is set to t, the function can be used for an Analog Design Environment XL session too.

Arguments

?resultsDir t_resultsDir

Directory containing the PSF files (results).
When specified, this argument will only be used internally and will not alter the current results directory which was set by the openResults() command.

t_check1 - t_checkn

Names of the checks to be displayed.

Value Returned

nil

Returns nil.


Return to top
 ⠀
X