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

maeChangeTypeFromExprToFaultExpr

maeChangeTypeFromExprToFaultExpr(
t_sessionName
?historyName t_historyName 
?corner t_corner 
)
=> t / nil

Description

Provides an automated way to create fault expressions from the expressions that passed in a Single Run, Sweeps and Corners history.

Arguments

t_sessionName

Name of a session.

Default: Current session

?historyName t_historyName

A valid history of the Single Run, Sweeps and Corners run.

Default: ""

?corner t_corner

Name of a corner from the given history.

Value Returned

t

All expressions that passed in the given history are changed to fault expressions in the Outputs Setup.

nil

The type of expressions is not changed.

Examples

The following example shows how to convert passed expressions of a history to fault expressions in the outputs setup of the current session:

maeChangeTypeFromExprToFaultExpr("fnxSession0" ?historyName "Interactive.0") 
=> t
maeChangeTypeFromExprToFaultExpr("fnxSession0" ?historyName "Interactive.0" ?corner "C0") => t

Return to top
 ⠀
X