User`s guide

get (target application object)
Purpose Return target application object property values
Syntax MATLAB command line
get(target_object, 'target_object_property')
Arguments
target_object
Name of a target object.
'target_object_property'
Nameofatargetobjectproperty.
Description get gets the value of readable targ et object properties from a target
object.
The properties for a target object are listed in the following table. This
table includes a description of the properties and which properties you
can change directly by assigning a value.
Property Description Writable
Application
Name of the Simulink model and target
application built from that model.
No
AvgTET
Average task exe cution time. This value is
an average of the measured CPU times,
in seconds, to run the model equations
and post outputs during each sample
interval. Task execution time is n ea r ly
constant, with minor deviations due to
cache, memory access, interrupt latency,
and multirate mode l execution.
The TET includes:
Complete I/O latency.
Data logging (the parts that happen in
a real-time task). This includes data
captured in scopes.
No
18-49