User`s guide
2 Targets and Scopes in the MATLAB
®
Interface
sc1
The current s cope properties are uploaded to the host PC, and then
MATLAB displays a lis t of the scope o bject properties with the updated
values. Because
sc1 is a vector with a single element, you could also type
sc1(1) or sc1([1]).
Note Only scopes with type host store data in the properties
scope_object.Time and scope_object.Data.
For a list of target obje ct properties with a des cription, see the targ et function
get (target application object).
DisplayingScopeObjectPropertiesforAllScopes
To list the properties of all scope objects ass ociated with the target object tg,
• In the MATLAB window, type
getscope(tg) or tg.getscope
MATLAB displays a list of all scope objects associated with the target
object.
• Alternatively, type
allscopes = getscope(tg)
or
allscopes = tg.getscope
The current s cope properties are uploaded to the host PC, and then
MATLAB displays a list of all the scope object properties with the updated
values. To list some of the scopes, use the vector index. For example, to list
the first and third scopes, type
allscopes([1,3]).
For a list of target obje ct properties with a des cription, see the targ et function
get (target application object).
2-8