MATLAB EMBEDDED IDE LINK 4 - FOR USE WITH TEXAS INSTRUMENTS CODE COMPOSER STUDIO Betriebsanweisung Seite 247

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 575
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 246
close
rx=cc.rtdx % Create an alias to the RTDX portion of this link.
open(rx,'ichan','w') % Open a channel for write access.
enable(rx,'ichan') % Enable the open channel for use.
After you nish using the open channel, you must close it to avoid
difculties later on.
close(rx,'ichan')
Or to close all open channels, y ou could u se
close(rx,'all')
See Also disable, open
7-25
Seitenansicht 246
1 2 ... 242 243 244 245 246 247 248 249 250 251 252 ... 574 575

Kommentare zu diesen Handbüchern

Keine Kommentare