Main Content
Simulink.fault.findConditionals
Syntax
Description
returns the conditionals from the model, conditionals
= Simulink.fault.findConditionals(model
)model
. The function returns
the conditionals alphabetically by name.
finds the conditionals filtered by the conditionals
= Simulink.fault.findConditionals(model
,property
=value
)Conditional
object property,
property
, that match the value, value
. The
function returns complete and partial matches.
finds the conditionals filtered by one or more conditionals
= Simulink.fault.findConditionals(model
,property1=value1,...,propertyN=valueN)Conditional
object property
values.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2023b