maeChangeTypeFromExprToFaultExpr
maeChangeTypeFromExprToFaultExpr(t_sessionName?historyNamet_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
Value Returned
|
All expressions that passed in the given history are changed to fault expressions in the Outputs Setup. |
|
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