Standard Commands for Programmable Instruments: Difference between revisions

Content deleted Content added
Command syntax: add 488.2 commands section
Line 79:
* Octal: <code>#Q32</code> or <code>#q32</code>
* Binary: <code>#B11010</code> or <code>#b11010</code>
 
===488.2 commands===
Since SCPI was defined as an additional layer on top of the IEEE 488.2 specification, a SCPI compliant device should recognize various 488.2 commands too. These commands might also be known unofficially as asterisk commands (or star commands), because they all start with the asterisk "*" character.
 
According to section 4.1.1 of Volume 1 of SCPI, all SCPI devices need to implement the following 488.2 commands. In the real world some low-end devices may only support a subset of these 488.2 commands, or may even accept the commands but not perform any operation. A user should check the official programmers manual for each device before assuming each of these commands are supported.
{{Div col}}
*CLS
*ESE
*ESE?
*ESR?
*IDN?
*OPC
*OPC?
*RST
*SRE
*SRE?
*STB?
*TST?
*WAI
{{Div col end}}
 
== See also ==