Agilent Technologies 85330A Network Card User Manual


 
85330A Multiple Channel Controller 7-3
Remote Programming Command Reference
Common Commands
Common Commands
The following pages describe the common commands available in the
Agilent 85330A multiple channel controller.
*CLS
Software clear of the 85330A. This clears the error stack.
Syntax *CLS
Example OUTPUT 70918; “*CLS”
*IDN?
Returns the card manufacturer, model number, and firmware revision
number.
Default Should return the string: AGILENT TECHNOLOGIES,85330-60002,0,A.03.00
Syntax IDN?
Example 10 DIM IDN_STR$[128]
20 OUTPUT 70918;”*IDN?;”
30 ENTER 70918;IDN_STR$