GPIB and SCPI: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
*[https://wiki.physics.wisc.edu/yavuz/images/d/dc/GpibProgTut.pdf 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. |
*[https://wiki.physics.wisc.edu/yavuz/images/d/dc/GpibProgTut.pdf 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. |
||
*[https://wiki.physics.wisc.edu/yavuz/images/f/fa/SCPI_errors.pdf Common SCPI errors]: Short document about common errors with SCPI and common solutions to those problems. |
Latest revision as of 21:00, 10 January 2018
- 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.
- Common SCPI errors: Short document about common errors with SCPI and common solutions to those problems.