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

maeGetDUTForFaults

maeGetDUTForFaults(
[ ?session t_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

?session t_sessionName

Name of a session.

Default: Current session

Value Returned

l_LCVDetails

A list containing the library, cell, and view name of the design under test for the fault simulation.

nil

In case of an error.

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

DUT for Faults


Return to top
 ⠀
X