MATLAB XPC TARGET 4 - IO Podręcznik Użytkownika Strona 173

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 182
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 172
remsignal
7-15
7remsignal
Purpose Remove signals from a scope represented by a 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
Description Method for a scope object. The signals must be specified by their index, which
may be retrieved using the target object method
getsignalid. If the
scope_object_vector has two or more scope object, the same signals are removed
from each scope. The argument SIGNALS is optional; if left out, all signals are
removed.
Examples Remove signals 0 and 1 from the scope represented by the scope object sc1.
sc1.get(’signals’)
ans= 0 1
Removed signals from the scope on the target PC with the scope object property
Signals updated.
remsignal(sc1,[0,1]) or sc1.remsignal([0,1])
See Also The xPC Target scope object method remsignal, and the target object method
getsignalid.
scope_object
MATLAB object created with the target object
methods addscope or getscope.
signal_index_vector
Index numbers from the scope object property
Signals. This argument is optional and if left out
all signals are removed.
signal_index
Single signal index.
Przeglądanie stron 172
1 2 ... 168 169 170 171 172 173 174 175 176 177 178 ... 181 182

Komentarze do niniejszej Instrukcji

Brak uwag