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

maeSetDesign

maeSetDesign(
t_testName
t_libName
t_cellName
t_viewName
[ ?session t_sessionName ]
)
=> t_testName / nil

Description

Sets a design for the given test. Use this function to change the design associated to a test.

Arguments

t_testName

Name of the test for which you need to change the design.

t_libName

Name of the library of the design to be used.

t_cellName

Name of the cell of the design to be used.

t_viewName

Name of the maestro cellview of the design to be used.

?session t_sessionName

Name of the session.

If not specified, the currently active session is used.

Value Returned

t_testName

Returns the name of the test for which the design is changed.

nil

Indicates an error.

Examples

Sets the design for test test1 to the config view of the ampTest cell in library solutions:

maeSetDesign("test1" "solutions" "ampTest" config") 
=>"test1"

Return to top
 ⠀
X