Standard Commands for Programmable Instruments: Difference between revisions

Content deleted Content added
Command syntax: clarify, similar to voltage example
 
(2 intermediate revisions by the same user not shown)
Line 81:
 
===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.<ref name="SCPI-1999-spec"/> These commands might also be known unofficially as asterisk commands (or star commands), because they all start with the [[asterisk]] <code>*</code> character.
 
According to section 4.1.1 of Volume 1 of SCPI, all SCPI devices must implement the following 488.2 commands.<ref name="SCPI-1999-spec"/> In the real world some low-end devicestest equipment 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>
Line 146:
;Specifications
* [https://www.ivifoundation.org/downloads/SCPI/scpi-99.pdf SCPI-1999, Volume 1-4], 819 page PDF file, '''free''' download ''(doesn't include asterisk (*) commands, because they are specified in IEEE 488.2 & IEC 60488-2)''
* [https://ieeexplore.ieee.org/document/8705775 IEEE 488.2-1992], 254 page PDF file, costs [https://www.techstreet.com/ieee/standards/ieee-488-2-1992?product_id=1888634 USD$5254] in 20242025 ''(superseded by IEEE/IEC 60488-2-2004)''
* [https://ieeexplore.ieee.org/document/1352831 IEEE/IEC 60488-2-2004], 264 page PDF file, costs [https://www.techstreet.com/ieee/standards/ieee-iec-60488-2-2004?product_id=1779348 USD$373388] in 20242025
 
===Programming Manual Examples===