maeExportDesignVariables
maeExportDesignVariables(t_fileName[ ?exportTestt_exportTest] [ ?allg_all] ) => t / nil
Description
Exports the design variables from the specified test to the given CSV file.
Arguments
|
Specifies whether to export the design variables for all tests to the given CSV file. Valid values are |
|
Value Returned
|
The design variables are successfully exported to the given CSV file. |
|
|
The design variables are not exported to the given CSV file. |
Examples
Exports design variables from test TRAN to the CSV file TRAN.csv.
maeExportDesignVariables("TRAN.csv" ?exportTest "TRAN")
Exports design variables from all tests to the CSV file allTests.csv.
maeExportDesignVariables("allTests.csv" ?all t)
Related Topics
maeImportDesignVariables
Return to top