maeIsSingleTest
maeIsSingleTest(t_libraryNamet_cellNamet_viewName) =>t/ nil
Description
Returns t if the given cellview contains a single test or multiple tests.
Arguments
Value Returned
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