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

maeImportDesignVariables

maeImportDesignVariables( 
t_fileName
[ ?importFromTest t_importFromTest ]
[ ?importToTest t_importToTest ]
[ ?all g_all ]
) 
=> t / nil

Description

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

Arguments

t_fileName

Name of the CSV file from which variables are to be imported.

?importFromTest t_importFromTest

Name of the source test. If the CSV file contains variables from multiple tests, only the variables for the source test are imported.

The default value is "".

?importToTest t_importToTest

Name of test to which variables are to be imported.

The default value is "".

?all g_all

Specifies whether to import the design variables from the specified CSV file to all tests found in the Data View assistant. Valid values are t and nil.

The default value is nil.

Value Returned

t

The design variables are successfully imported from the specified CSV file.

nil

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

maeExportDesignVariables


Return to top
 ⠀
X