xPC Target | ![]() ![]() |
Remove a scope from the target PC
Syntax
remscope(target_object
,scope_number
_vector)target_object
.remscope(scope_number
_vector) remscope(target_object
)target_object
.remscope
Arguments
target_object
|
Name of a target object. The default name is tg . |
scope_number _vector |
Vector of existing scope indices listed in the target object property Scopes . |
scope_number |
Single scope index. |
Description
Method of a target object. If a scope index is not given, the method remscope deletes all scopes on the target PC. The method remscope
has no return value. The scope object representing the scope on the host PC is not deleted.
Examples
See Also
The xPC Target target object methods addscope
and getscope
. The xPC target M-file demo scripts listed in xPC Target Demos.
![]() | reboot | set | ![]() |