Agilent Technologies 87130A Switch User Manual


 
4-10 Agilent 87130A Operating and Service Manual
Remote Operation
Programming the Switch Driver
where GROUP1 represents the name of the desired group. This would enter the
current label of the group in the string variable Setting$.
Example All results for queries sent in a program message must be read before
another program message is sent.
When you send the query:
ROUTe:CLOSE? (@101)
you must follow that query with the program statement:
ENTER 709;Sense$
to read the result of the query and place the result in a variable (SENSE$).
Sending another command before reading the result of the query will
cause the output buffer to be cleared and the current response to be lost.
This will also cause an error to be placed in the error queue.
Executing an ENTER statement before sending a query will cause the
controller to wait indefinitely.
NOTE
The actual ENTER program statement used when programming is
dependent on the programming language being used.
The format specification for handling the response message is dependent
on both the controller and the programming language.