
Model 2520 User’s Manual
Remote Operations
10-11
Example:
<name> = NONE
:TRIGger:OUTPut NONE
<NRf>
Numeric representation format
— This parameter is a number that can be
expressed as an integer (e.g., 8), a real number (e.g., 23.6), or an exponent
(2.3E6). Example:
:SOURce1:VOLTage:PROTection 5 Sets protection to 5V.
<n>
Numeric value
— A numeric value parameter can consist of an NRf number
or one of the following name parameters: DEFault, MINimum, MAXimum.
When the DEFault parameter is used, the instrument is programmed to the
*RST default value. When the MINimum parameter is used, the instrument
is programmed to the lowest allowable value. When the MAXimum param-
eter is used, the instrument is programmed to the largest allowable value. Ex-
amples:
:SOURce1:PULSe:DELay 0.05
Sets pulse delay to 50ms.
:SOURce1:PULSe:DELay DEFault
Sets pulse delay to 10ms.
:SOURce1:PULSe:DELay MINimum Sets pulse delay to 20
µ
s.
:SOURce1:PULSe:DELay MAXimum Sets pulse delay to 100msec.
<numlist>
Numlist
— Specify one or more numbers for a list. Example:
:STATus:QUEue:ENABle (-110:-222) Enable errors -110
through -222
<NDN>
Non-decimal numeric
— This parameter is used to send values in the bina-
ry, octal, or hexadecimal format. The prefix designates the format type:
#Bxx...x
#B specifies the binary format.
xx...x is the binary number (using 0s and 1s).
#Qxx...x
#Q specifies the octal format.
xx...x is the octal number (values 0 through 7).
#Hxx...x
#H specifies the hexadecimal format.
xx...x is the hexadecimal number (values 0 through
9 and A through F).
Examples to send the decimal value 36 in the non-decimal formats:
*ESE #b100100
Binary format
*ESE #q44
Octal format
*ESE #h24
Hexadecimal format
Angle brackets < >
— Angle brackets (< >) are used to denote a parameter type. Do not
include the brackets in the program message. For example:
:OUTPut1 <b>
The <b> indicates a Boolean-type parameter is required. Therefore, to enable the selected
source, you must send the command with the ON or 1 parameter as follows:
:OUTPut1 ON
:OUTPut1 1
Summary of Contents for 2520
Page 250: ...A Specifications ...
Page 254: ...B StatusandErrorMessages ...
Page 262: ...C DataFlow ...
Page 266: ...D IEEE 488BusOverview ...
Page 281: ...E IEEE 488andSCPI ConformanceInformation ...
Page 285: ...F MeasurementConsiderations ...
Page 308: ...G GPIB488 1Protocol ...
Page 312: ...H ExamplePrograms ...
Page 317: ...I ContinuousPulseMode ...