maeGetDUTForFaults
maeGetDUTForFaults( [ ?sessiont_sessionName] ) =>l_LCVDetails/ nil
Description
Returns a list containing the library, cell, and view name of the design under test in the active fault setup.
Arguments
Value Returned
|
A list containing the library, cell, and view name of the design under test for the fault simulation. |
|
Example
The following example shows how to get the design under test from the fault setup:
maeGetDUTForFaults
=> ("AMP" "pll_lpf_amp_sim" "schematic")
Related Topics
Return to top