Agilent Technologies FS2010 Guide de l'utilisateur Page 32

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 160
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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);
Vue de la page 31
1 2 ... 27 28 29 30 31 32 33 34 35 36 37 ... 159 160

Commentaires sur ces manuels

Pas de commentaire