Content deleted Content added
No edit summary |
Hooperbloob (talk | contribs) +links, rm dupe link |
||
Line 1:
The '''Standard Commands for Programmable Instruments (SCPI)''' (often pronounced "skippy") defines a standard set of commands to control programmable test and measurement devices in [[instrumentation]] systems.
The SCPI Standard specifies a [[command structure]] and [[syntax]] for programmable instruments control. The physical communications link, such as [[IEEE-488| GPIB (IEEE-488) ]], [[RS232]], [[USB]], [[VXIbus]] etc, is NOT defined by SCPI. SCPI also includes standard command sets for several classes of instruments, e.g. [[power supply|power supplies]], loads, and measurement devices such as
SCPI commands are [[ASCII]] textual strings, which are sent to the instrument over the physical layer, such as GPIB.
Two examples: With the command ''SYSTem:COMMunicate:SERial:BAUD 2400'' the [[Baud| baudrate]] of an
Some instrument manufacturers, notably [[Agilent]], [[Berkeley Nucleonics]] and [[Tektronix]], have implemented SCPI on many new general purpose instruments.
Line 17:
* [http://epccs.org/indexes/Software/PyWinGPIB/ Python GPIB to try some SCPI with]
* [http://www.ivifoundation.org/scpi/default.aspx IVI foundation SCPI page]
[[Category:Electronic engineering]]
[[Category:Electronics standards]]
|