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

maeSetDUTForFaults

maeSetDUTForFaults(
t_libName 
t_cellName 
t_viewName 
[ ?session t_sessionName ] 
)
=> t / nil

Description

Sets the specified design under test for the fault setup.

Arguments

t_libName

Name of a library.

t_cellName

Name of a cell.

t_viewName

Name of a view.

?session t_sessionName

Name of a session.

Default: Current session

Value Returned

t

The design is successfully set for the fault setup.

nil

The specified design is not found.

Examples

The following example shows how to set the design for fault simulations:

maeSetDUTForFaults("Two_Stage_Opamp" "DualAmp" "schematic")
=> t

Related Topics

Setting up Faults


Return to top
 ⠀
X