Chapter 5 Remote Interface Reference

SCPI Command Summary

SCPI Command Summary

Throughout this manual, the following conventions are used for

SCPI command syntax for remote interface programming:

Square brackets ( r t ) indicate optional keywords or parameters.

∙ Braces ( ) enclose parameter choices within a command string.

Triangle brackets ( L N ) enclose parameters for which you must substitute a value.

A vertical bar ( ) separates multiple parameter choices.

g ly

Many of the SCPI commands for the HP 34970A include a vt

 

or xt

parameter which allow you to specify one or more channels.

 

The channel number has the form (@ ), where is the slot number

 

(100, 200, or 300) and is the channel number. You can specify a single

 

channel, multiple channels, or a range of channels as shown below.

 

∙ The following command configures a scan list to include only

5

channel 10 on the module in slot 300.

 

 

ROUT:SCAN (@310)

The following command configures a scan list to include multiple channels on the module in slot 200. The scan list now contains only

channels 10, 12, and 15 ( v zyz“zy zvx zy

v z ROUTe:SCAN x

).

ROUT:SCAN (@210,212,215)

The following command configures a scan list to include a range of channels. When you specify a range of channels, the range may contain invalid channels (they are ignored), but the first and last channel in the range must be valid. The scan list now contains channels 5 through 10 (slot 100) and channel 15 (slot 200).

ROUT:SCAN (@105:110,215)

181

Page 179
Image 179
HP 34970A manual Scpi Command Summary