maeSetDesign
maeSetDesign(t_testName t_libName t_cellName t_viewName[?sessiont_sessionName] ) =>t_testName/ nil
Description
Sets a design for the given test. Use this function to change the design associated to a test.
Arguments
Value Returned
|
Returns the name of the test for which the design is changed. |
||
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