getAllDirtyInstances
Returns child Subsystem block diagrams that are referred in the given block diagram and are also being edited
Description
Simulink.SubsystemReference.getAllDirtyInstances(
returns all the child Subsystem block diagrams that are referred in the given block diagram
and are also being edited.path
)
Input Arguments
Output Arguments
<argumentlist xml:id="mw_f73f0d31-8306-43aa-b5d9-0e28c8788286">
</argumentlist>
block name
— List of subsystem block diagrams that are being edited and referred in the given block diagram
It returns list of subsystem block diagrams that are being edited and referred in the given block diagram. It is not necessary that the subsystem block diagram is being edited directly. It might be edited through an instance.
Examples
>> Simulink.SubsystemReference.getAllDirtyInstances('mdl1') ans = 'ssref1'