Standard Commands for Programmable Instruments: Difference between revisions

Content deleted Content added
GreenC bot (talk | contribs)
Rescued 1 archive link. Wayback Medic 2.5 per WP:URLREQ#webcitation.org
Arguments: correct syntax ref from SCPI to 488.2
Line 58:
 
===Arguments===
Some commands accept or require one or more additional arguments. Arguments are given after the command, and are separated from the command using a space.<ref name="SCPI488.2-19991992-spec"/> For example, the command to set the trigger mode of an instrument to "normal" may be given as "<code>TRIGger:MODe NORMal</code>". Here, the word "<code>NORMal</code>" is used as the argument to the "<code>TRIGger:MODe</code>" command. When multiple arguments are provided, the arguments are written as a comma-separated list. For example, a query command that performs an AC Volts measurement on a digital multimeter, using the meter's 10&nbsp;VRMS measurement range, and displaying the measured voltage value with 4-1/2 digits of resolution, would be written as "<code>MEASure:VOLTage:AC?&nbsp;10,4</code>".
 
===Integer arguments===