MATLAB XPC TARGET 4 - API GUIDE Uživatelská příručka Strana 344

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 372
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 343
start (scope object)
14-100
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 (target object).
The scope object method
stop (scope object).
Zobrazit stránku 343
1 2 ... 339 340 341 342 343 344 345 346 347 348 349 ... 371 372

Komentáře k této Příručce

Žádné komentáře