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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 182
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 176
start
7-19
somescopes = getscope(tg,[1,2]) or somescopes=
tg.getscope([1,2])
start(somescopes) or somescopes.start
or type
sc1 = getscope(tg,1) or sc1 =tg.getscope(1)
sc2 = getscope(tg,2) or sc2 = tg.getscope(2)
start([sc1,sc2])
or type
start(getscope(tg,[1,2])
Start all scopes
allscopes = getscope(tg) or allscopes = tg.getscope
start(allscopes) or allscopes.start or +allscopes
or type
start(getscope(tg)) or start(tg.getscope)
See Also The xPC Target target object methods getscope and stop. The scope object
method
stop.
Przeglądanie stron 176

Komentarze do niniejszej Instrukcji

Brak uwag