mgSetDummyLibCellAndParamAlias
mgSetDummyLibCellAndParamAlias(
l_ActiveLibCells_and_params
l_DummyLibCells_and_params
)
=> t / nil
Description
Maps the specified library names, cell names, and parameter names. The function maps CDF parameter names for the parameters that do not have matching names, so that values can be copied from cellA to cellB.
Arguments
Value Returned
Example
Maps the specified libraries, cells, and parameters.
mgSetDummyLibCellAndParamAlias(list(list("libNameA" "cellNameA") list("paramNameA1" "paramNameA2"))
list(list("libNameB" "cellNameB") list("paramNameB1" "paramNameB2")))
=> t
mgGetDummyLibCellAndParamAlias()
=> (list(list("libNameA" "cellNameA") list("paramNameA1" "paramNameA2"))
list(list("libNameB" "cellNameB") list("paramNameB1" "paramNameB2")))
Related Topics
mgGetDummyLibCellAndParamAlias
Return to top