User`s guide
remsig nal
Purpose Remove signals from scope repre sented by scope object
Syntax MATLAB command line
remsignal(scope_object)
remsignal(scope_object, signal_index_vector)
scope_object.remsignal(signal_index_vector)
Target command line
remsignal scope_index = signal_index, signal_index, . . .
Arguments
sc
ope_object
MAT
LAB object created with the target object
me
thod
addscope or getscope.
s
ignal_index_vector
In
dex numbers from the scope object property
S
ignals
. This argument is optional, and if it
i
s left out all signals are removed.
signal_index
Single signal index.
Description remsignal removes signals from a scope object. The signals must be
specified by their indices, which you can retrieve u sing the target ob je c t
method
getsignalid.Ifthescope_index_vector has two or more
scope objects, the sam e signals are removed from each scope. T he
argument
signal_index is optional; if it is left out, all signals a re
removed.
Note You must stop the scope before you can rem ov e a signal from it.
Examples Remove signals 0 and 1 from the scope represented by the scope object
sc1.
sc1.get('signals')
ans= 0 1
18-97