User`s guide
remscope
14-70
Examples Remove a single scope.
remscope(tg,1) or tg.remscope(1)
Remove two scopes.
remscope(tg,[1 2]) or tg.remscope([1,2])
Remove all scopes.
remscope(tg) or tg.remscope
See Also xPC Target target object methods addscope and getscope.
xPC target M-file demo scripts listed in “xPC Target Demos” on page 5-8.