Agilent Technologies Agilent E5250A User Manual page 211

Agilent technologies low leakage switch mainframe user's guide
Table of Contents

Advertisement

Syntax
Query response
Example
:SYSTem:CCONfig?
This query command returns the card configuration information. This command has
query form only.
:SYSTem:CCONfig? card_number
Parameter
card_number
card_configuration <newline><^END>
For the E5252A: no response. Always returns #10.
For the E5255A: definite length block response data, #16ABCDEF, where each
letter is 8-bit binary data as follows:
A: indicates input port (1 to 6) that is connected to block 1.
B: indicates if resistance is set for block 1 Bias Port: 1: resistance set, 0: not set
C: indicates input port (1 to 6) that is connected to block 2.
D: indicates if resistance is set for block 2 Bias Port: 1: resistance set, 0: not set
E: indicates input port (1 to 6) that is connected to block 3.
F: indicates if resistance is set for block 3 Bias Port: 1: resistance set, 0: not set
OUTPUT @Hp5250;":SYST:CCON? 1"
ENTER @Hp5250;A$
ENTER A$ USING "3X,6A";B$
FOR I=1 TO 6
C=NUM(B$[I;1])
PRINT "BYTE No. ";I;"= ";C
NEXT I
Agilent E5250A User's Guide, Edition 11
Explanation
card number: 1, 2, 3, or 4
Command Reference
:SYSTem:CCONfig?
7-43

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Agilent e5252aAgilent e5255a

Table of Contents