xPC Target    
remsignal

Remove signals from a scope represented by a scope object

Syntax

MATLAB command line

Target command line

Arguments

scope_object
MATLAB object created with the target object method addscope or getscope.
signal_index_vector
Index numbers from the scope object property Signals. This argument is optional, and if it is left out all signals are removed.
signal_index
Single signal index.

Description

Method for a scope object. The signals must be specified by their indices, which can be retrieved using the target object method getsignalid. If the scope_object_vector has two or more scope objects, the same signals are removed from each scope. The argument signal_index is optional; if it is left out, all signals are removed.

Examples

Remove signals 0 and 1 from the scope represented by the scope object sc1.

Remove signals from the scope on the target PC with the scope object property Signals updated.

See Also

The xPC Target scope object method remsignal, and the target object method getsignalid.


  get set