MATLAB XPC TARGET RELEASE NOTES Betriebsanweisung Seite 420

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 531
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 419
remscope
Note that you c an only permanently remove scopes that a re added with
the method
addscope. This is a scope that is outside a model. If you
remove a scope that has been added through a scope block (the scope
block is inside the model), a subsequent run of that model creates the
scope again.
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 xPCTargettargetobjectmethodsaddscope and getscope.
xPC Target demo scripts listed in “xPC Target Demos” on page 6-9.
18-96
Seitenansicht 419
1 2 ... 415 416 417 418 419 420 421 422 423 424 425 ... 530 531

Kommentare zu diesen Handbüchern

Keine Kommentare