User`s guide
get (target object)
14-37
14get (target object)
Purpose Return target object property values
Syntax MATLAB command line
get(target_object, 'target_object_property')
Arguments
Description get gets the value of readable target 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.
target_object
Name of a target object.
'target_object_property'
Name of a target object property.
Property Description Writable
Application
Name of the Simulink model and target
application built from that model.
AvgTET
Average task execution 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 nearly constant,
with minor deviations due to cache,
memory access, interrupt latency, and
multirate model execution.
Connected
Communication status between the host
PC and the target PC. Values are
'Yes'
and
'No'.
CPUoverload
CPU status for overload. If the target
application requires more CPU time than
the sample time of the model, this value is
set from
'none' to 'detected' and the
current run is stopped. Correcting
CPUoverload requires either a faster
processor or a larger sample time.