maeSetDesignForTest
maeSetDesignForTest(t_libNamet_cellNamet_viewName[?testt_test] [?sessiont_session] ) => t / nil
Description
Sets a design for all tests or the specified test.
Arguments
Value Returned
Examples
The following example shows how to change the design for a single test, all tests, or a list of specified tests.
Changes the design for all tests
maeSetDesignForTest("Two_Stage_Opamp" "OpAmp_TRAN_top" "config")
=> t
Changes the design for a specified test
maeSetDesignForTest("Two_Stage_Opamp" "OpAmp_TRAN_top" "config2" ?test "AC")
=> t
Changes the design for the list of tests
maeSetDesignForTest("Two_Stage_Opamp" "OpAmp_TRAN_top" "config2" ?test list("AC" "TRAN"))
=> t
Return to top