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

maeSetFaultGroupToRun

maeSetFaultGroupToRun(
[ ?session t_sessionName ] 
[ ?faultGroupToRun t_faultGroupToRun ] 
)
=> t / nil

Description

Sets the fault group to run for the active fault setup.

Arguments

?session t_sessionName

Name of a session

Default: Current session

?faultGroupToRun t_faultGroupToRun

Specify the group to set as the active group to run fault simulation.

Possible values: "Rules/Ind. Faults" or any other valid group name.

Default Value: "Rules/Ind. Faults"

Value Returned

t

The faultGroupToRun parameter is updated.

nil

Returns nil if invalid t_faultGroupToRun is specified.

Examples

The following example explains how to set the faultGroupToRun parameter for the active fault setup:

Example: maeSetFaultGroupToRun(?faultGroupToRun "Group1")
=> t

Related Topics

Creating Fault Groups


Return to top
 ⠀
X