Agilent Technologies FS2010 Betriebsanweisung Seite 32

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 160
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 31
32 Agilent VISA User’s Guide
3 Programming with VISA
Sample: Reading a VISA Attribute
This code sample reads the state of the
VI_ATTR_TERMCHAR_EN attribute and changes it if it is not
true.
ViBoolean state, newstate;
newstate=VI_TRUE;
viGetAttribute(vi, VI_ATTR_TERMCHAR_EN, &state);
if (state err !=VI_TRUE) viSetAttribute(vi,
VI_ATTR_TERMCHAR_EN, newstate);
Seitenansicht 31
1 2 ... 27 28 29 30 31 32 33 34 35 36 37 ... 159 160

Kommentare zu diesen Handbüchern

Keine Kommentare