maeGetMTSBlock
maeGetMTSBlock(t_testName[?libt_lib] [?cellt_cell] [?instt_instName] [?typet_type] [?sessiont_sessionName] ) =>l_mtsBlockInformation/nil
Description
Returns the requested MTS-related information about the specified library cell (block) or instance.
Value Returned
|
The requested MTS-related information is returned about the specified library cell (block) or the instance. |
|
Examples
Returns all the MTS-related information for the library cell, design_45 inv in the test_MTS test.
maeGetMTSBlock("test_MTS" ?lib "design_45" ?cell "inv") =>(nil modelFiles ( ("gpdk045/gpdk045_v_3_0/models/spectre/gpdk045.scs" "tt") ) simOptions ( temp("40") scale "5") scalem "2")
)
enable t
)
Returns the values of the process parameters that are included in the simulation for the library cell, design_45 inv in the test_MTS test, locally.
maeGetMTSBlock("test_MTS" ?lib "design_45" ?cell "inv" ?type "simOptions") =>(temp("40") (scale "5") (scalem "2")
)
Return to top