Main Content
addFaultSet
Class: sltest.testmanager.TestCase
Namespace: sltest.testmanager
Syntax
fs = addFaultSet(tc)
fs = addFaultSet(tc,Name=Value)
Description
adds a new
fault set to the specified test case. You must have Simulink®
Fault Analyzer™ to use this method.fs
= addFaultSet(tc
)
adds a new fault set using one or more name-value arguments.fs
= addFaultSet(tc
,Name=Value
)
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2024a
See Also
sltest.testmanager.TestCase
| Fault
(Simulink Fault Analyzer) | sltest.testmanager.FaultSet
| getFaultSets
| remove