User`s guide
Working with Scope Objects
Working with Scope Objects
In this section...
“Accessing Help for Sco pe Objects” on page 2 -7
“Displaying Scope O b ject Properties for a Single Scope” on page 2-7
“Displaying Scope Object Properties for All Scopes” on page 2-8
“Setting the Value of a Scope Property” on page 2-9
“Getting the Value of a Scope Property” on page 2-10
“Using the Method Syntax with Scope Objects” on page 2-11
“Acquiring Signal Data with Scopes of Type File” on page 2-11
“Acquiring Si gn a l D ata into Multiple, Dy na m i cal ly Named Files with
Scopes of Type File” o n page 2-12
“Advanced Data Acquisition Topics” on page 2-14
Accessing Help for Scope Objects
See “Function Reference” and “Functions” for a reference of the scope object
functions.
The scope object me tho ds allow you to control scopes on your target PC.
If you want to control the target application from the target PC, use target PC
commands. See Chapter 8, “Using the Target PC Command-Line Interface”.
Displaying Scope Object Properties for a S ingle Scope
To list the properties of a single scope object, sc1,
1 In the MATLAB window, type
sc1 = getscope(tg,1) or sc1 = tg.ge tsco pe(1)
MATLAB creates the scope object sc1 from a previously created scope.
2 Type
2-7