User`s guide

get (target application object)
Property Description Writable
TETLog
Storage in the MATLAB workspace for
a vector containing task execution times
during execution of the target application.
To enable logging of the TET, you need
to select the Log Task Execution Time
check box located at Simulation menu
Configuration Parameters > xPC
Target options pane.
No
TimeLog
Storage in the MATLAB workspace for the
time or t-v ector logged during execution of
the target application.
No
ViewMode
Display either all scopes or a single scope
on the target PC. Value is
'all' or a single
scope index. This property is active only if
the environment property
TargetScope is
set to
enabled.
Yes
Examples List the value for the target object property StopTime. Notice that the
property name is a string, in qu otation marks, and not case sensitive.
get(tg,'stoptime') or tg.get('stoptime')
ans = 0.2
See Also The xPC Target target object method set (target appl icat ion
object)
.
The scope object methods
get (scope object) and set (target
application object)
.
The built-in MATLAB functions
get and set.
18-55