User`s guide

get (target object)
14-42
Examples List the value for the target object property StopTime. Notice that the property
name is a string, in quotation 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 object).
The scope object methods
get (scope object) and set (target object).
The built-in MATLAB functions
get and set.
TimeLog
Storage in the MATLAB workspace for the
time or t-vector logged during execution of
the target application.
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
Property Description Writable