Model function for which to return a code mapping property value. Specify one of the
values listed in this table. If model configuration parameter Single
output/update function is cleared, you can specify the update version of a
partition, periodic multi-tasking, or periodic singletasking function.
Type of Model Function | Value |
---|
Exported function | ExportedFunction:slIdentifier ,
where slIdentifier is the name of
the function-call Inport block in the model |
Initialize function | Initialize |
Partition function | Partition:slIdentifier , where
slIdentifier is a partition
that was created explicitly from a block in the model and shown in the
Simulink® Schedule Editor (for example, P1 ) |
Partition update function | PartitionUpdate:slIdentifier ,
is a partition that was created explicitly from a block in the model and shown
in the Simulink Schedule Editor (for example, P1 ) |
Periodic multitasking function | Periodic:slIdentifier , where
slIdentifier is an annotation
that corresponds to the sample time period for a periodic or continuous rate of
a multi-tasking model (for example, D1 ) |
Periodic multitasking update function | PeriodicUpdate:slIdentifier ,
where slIdentifier is an
annotation that corresponds to the sample time period for a periodic or
continuous rate of a multi-tasking model (for example, D1 )
|
Periodic single-tasking function | Periodic |
Periodic single-tasking update function | PeriodicUpdate |
Reset function | Reset:slIdentifier , where
slIdentifier is the name of
the reset function in the model |
Simulink function | SimulinkFunction:slIdentifier ,
where slIdentifier is the name of
the Simulink function in the model |
Terminate function | Terminate |
For information about model partitioning, see Create Partitions.
Example: 'Periodic:D1'