Content deleted Content added
→488.2 commands: clarify |
→488.2 commands: fix, was missing leading asterisks |
||
Line 85:
According to section 4.1.1 of Volume 1 of SCPI, all SCPI devices need to implement the following 488.2 commands.<ref name="SCPI-1999-spec"/> 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 all of these 488.2 commands are supported.
{{Div col|colwidth=15em}}
* <code>*CLS</code>
* <code>*ESE</code>
* <code>*ESE?</code>
* <code>*ESR?</code>
* <code>*IDN?</code>
* <code>*OPC</code>
* <code>*OPC?</code>
* <code>*RST</code>
* <code>*SRE</code>
* <code>*SRE?</code>
* <code>*STB?</code>
* <code>*TST?</code>
* <code>*WAI</code>
{{Div col end}}
|