Agilent Technologies E6380-90073 User Manual

Page of 352
206
Chapter 1
 
GPIB Command Dictionary
Integer Number Setting Syntax
Integer Number Setting Syntax
This syntax is for setting values of commands which require integer 
values. It is to be used with commands which call for the Integer 
Number Setting Syntax. 
An example of a command that requires the Integer Setting Syntax is 
the RFANalyzer:RFCHannel command (see “RFANalyzer subsystem” 
on page  303)
.
Syntax
:Previous Syntax <integer_value> !decimal value
:Previous Syntax #B<Binary_integer_value> !maximum 32 bits
:Previous Syntax #O<Octal_integer_value>
:Previous Syntax #H<Hexadecimal_integer_value>
:Previous Syntax:INCRement UP !Increments the present value
:Previous Syntax:INCRement DOWN !Decrements the present value
:Previous Syntax? !Query Returns the present value
Example 1-1 
Examples
RFAN:RFCH 47
RFAN:RFCH #B101111 !sets channel to 47 binary
RFAN:RFCH #O57 !sets channel to 47 octal
RFAN:RFCH #H2F !sets channel to 47 hexadecimal
RFAN:RFCH:INCR UP !increments by 1
RFAN:RFCH:INCR DOWN !decrements by 1