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

maeExportDesignVariables

maeExportDesignVariables( 
t_fileName
[ ?exportTest t_exportTest ]
[ ?all g_all ]
) 
=> t / nil

Description

Exports the design variables from the specified test to the given CSV file.

Arguments

t_fileName

Name of the CSV file.

?exportTest t_exportTest

Name of the test for which you want to export variables.

The default value is "".

?all g_all

Specifies whether to export the design variables for all tests to the given CSV file. Valid values are t and nil.

The default value is nil.

Value Returned

t

The design variables are successfully exported to the given CSV file.

nil

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
 ⠀
X