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

maeIsSingleTest

maeIsSingleTest(
t_libraryName 
t_cellName 
t_viewName
)
=> t / nil

Description

Returns t if the given cellview contains a single test or multiple tests.

Arguments

t_libName

Name of a library.

t_cellName

Name of a cell in the given library.

t_viewName

Name of a maestro cellview.

Value Returned

t

The specified maestro view contains a single test. This implies that it can be opened in ADE Explorer.

nil

The specified maestro view contains multiple tests. This implies that it can be opened in ADE Assembler.

Examples

Specifies that the given maestro view contains a single test and can be opened in ADE Explorer.

maeIsSingleTest("solutions" "ampTest" "maestro")
=> t

Return to top
 ⠀
X