maeImportDesignVariables
maeImportDesignVariables(t_fileName[ ?importFromTestt_importFromTest] [ ?importToTestt_importToTest] [ ?allg_all] ) => t / nil
Description
Imports the design variables from the specified CSV file to the given test.
Arguments
Value Returned
|
The design variables are successfully imported from the specified CSV file. |
|
|
The design variables are not imported from the specified CSV file. |
Examples
The following example imports design variables for test TRAN1 from allTests.csv into test TRAN:
maeImportDesignVariables("allTests.csv" ?importFromTest "TRAN1" ?importToTest "TRAN")
The following example imports the design variables from allTests.csv for the tests found in the Data View assistant.
maeImportDesignVariables("allTests.csv" ?all t)
Related Topics
Return to top