Agilent Technologies FS2010 Guía de usuario Pagina 32

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 160
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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);
Vista de pagina 31
1 2 ... 27 28 29 30 31 32 33 34 35 36 37 ... 159 160

Comentarios a estos manuales

Sin comentarios