User`s guide

2 Advanced Procedures
2-22
Scope Object Properties
When using the target PC command line interface, scope object properties are
limited to those shown in the following table. Notice the difference between a
scope index (0, 1, . . .) and the MATLAB variable name for the scope object on
the host PC. The scope index is indicated in the top left corner of a scope
window (SC0, SC1, . . .).
If a scope is running, you need to stop the scope before you can change a scope
property.
The following table lists the syntax for the target commands that you can use
on the target PC. The MATLAB equivalent syntax is shown in the right
column, and the scope object name
sc is used as an example for the MATLAB
methods
viewmode scope_index or left click
the scope window
viewmode all or right click any
scope window
Press function key for scope, and
then press V to toggle viewmode
ylimit scope_index
ylimit scope_index
= auto
ylimit scope_index = num1, num2
grid scope_index on
grid scope_index off
Target PC MATLAB
numsamples scope_index =
number
sc.NumSamples = number
decimation scope_index =
number
sc.Decimation = number
Target PC MATLAB