Technical data

A
model.rtw
A-12
OutputUpdateFcn
Name of output/update function for trigger or
enable_with_trigger
systems.
NumBlocks
Number of blocks in the system.
Block {
One for each block in the system.
Type
Block type, i.e., Gain.
InMask
Yes
if this block “lives” within a mask.
MaskType
Only written out if block is masked. If this property is yes, this
block is either masked or resides in a masked subsystem. The
default for
MaskType is no meaning the block does not have a
mask or reside in a masked subsystem.
Name
Block name preceded with a <root> or <S#> token.
SLName
Unmodified Simulink name. This is only written if it is not equal
to
Name.
Identifier
Unique identifer across all blocks.
TID
Task ID, which can be one of:
Integer >= 0, giving the index into the sample time table.
Vector of two or more elements indicating that this block has
multiple sample times.
constant indicating that the block is constant and doesn’t
have a task ID.
triggered indicating that the block is triggered and doesn’t
have a task ID.
Subsystem indicating that this block is a conditionally
executed subsystem and the TID transitions are to be handled
by the corresponding system.
SubsystemTID
Only written if TID equals Subsystem. This is the actual value of
the subsystem TID (i.e., integer, vector,
constant, or triggered).
Table A-2: Model.rtw File Contents — System Record (Continued)
Variable/Record Name Description