Main Content
simscape.getFaultableElementsInBlock
Description
returns an array of fault-capable element paths for the block,
faultableElements
= simscape.getFaultableElementsInBlock(faultableBlock
)faultableBlock
. If you specify the path of a composite component that
contains fault-capable subcomponents, the function returns an array of element paths for
each fault-capable subcomponent. If you specify the path of a composite component that
contains fault-capable subcomponents, Simscape compiles the model to find the result. If you
specify the path of an element with no fault capability, the function returns an empty
array.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2023b