Bnc 1105 Universal Counter User Manual Page 197

  • Download
  • Add to my manuals
  • Print
  • Page
    / 197
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 196
197
197197
197
/*----------------------------- Read From Device -------------------------------*/
stat = viWrite(sesn, (unsigned char *)("FETC?"), 5, &ret);
// stat = viWrite(sesn, "READ?", 5, &ret);
// stat = viWrite(sesn, "MEAS:FREQ?", 10, &ret);
// stat = viWrite(sesn, "SENS:DATA?", 10, &ret);
/*----------------------------------------------------------------------------------*/
stat=viRead(sesn,(unsigned char *)readin,128,&ret);
printf ("Read : %s",readin);
stat = viSetAttribute(sesn, VI_ATTR_TMO_VALUE, tmo);
stat = viGpibControlREN(sesn, VI_GPIB_REN_ADDRESS_GTL);
viClose (flist);
viClose (defaultRM);
return 0;
}
Page view 196
1 2 ... 192 193 194 195 196 197

Comments to this Manuals

No comments