GPIB and SCPI

From Yavuz Group
Revision as of 20:59, 10 January 2018 by Buckholtz (talk | contribs)
Jump to navigation Jump to search
  • GPIB programing tutorial:Page 14 has some useful information about the Standard Event Status Register (ESR). The visa command to acquire the register (in Python) is instrument_instance.query('*esr?'). What is returned is information about the command status, including information about errors.