hello guys
I'm trying to figure out how to measure the resistance of my Keithley 2400. I'm using a gpib connection.
my command and answer is,
to 2000 - *rst
- CONF:RES
- RES:RANG 100
- SAMP:COUN 20
- READ?
2000 return - +9.20358133E-02,+9.22591203E-02,+9.16704017E-02,
+9.17854387E-02,+9.24215255E-02,+9.21576171E-02,
+9.23741573E-02,+9.25906975E-02,+9.30373116E-02,
+9.25568631E-02,+9.17786718E-02,+9.25094949E-02,
+9.19004756E-02,+9.22929547E-02,+9.31388149E-02,
+9.14876959E-02,+9.13049901E-02,+9.23606235E-02,
+9.22455866E-02,+9.29358084E-02\n
2000 measure the resistance 20 times and return it.
but,
to 2400 -*rst
- CONF:RES
- RES:RANG 100
- ARM:COUN 20
- READ?
2400 return - +6.104358E-02,+9.999461E-03,+6.104687E+00,+7.852798E+04,+4.608400E+04,
+6.104344E-02,+9.999465E-03,+6.104670E+00,+7.852805E+04,+4.608400E+04,
+6.104395E-02,+9.999475E-03,+6.104716E+00,+7.852814E+04,+4.608400E+04,
+6.103338E-02,+9.999468E-03,+6.103662E+00,+7.852823E+04,+4.608400E+04,
+6.101945E-02,+9.999465E-03,+6.102271E+00,+7.852831E+04,+4.608400E+04,
+6.103386E-02,+9.999465E-03,+6.103713E+00,+7.852840E+04,+4.608400E+04,
+6.104242E-02,+9.999465E-03,+6.104569E+00,+7.852848E+04,+4.608400E+04,
+6.103513E-02,+9.999462E-03,+6.103841E+00,+7.852857E+04,+4.608400E+04,
+6.103062E-02,+9.999468E-03,+6.103387E+00,+7.852866E+04,+4.608400E+04,
+6.100636E-02,+9.999460E-03,+6.100965E+00,+7.852874E+04,+4.608400E+04,
+6.100209E-02,+9.999462E-03,+6.100537E+00,+7.852883E+04,+4.608400E+04,
+6.098814E-02,+9.999453E-03,+6.099147E+00,+7.852891E+04,+4.608400E+04,
+6.099421E-02,+9.999464E-03,+6.099748E+00,+7.852899E+04,+4.608400E+04,
+6.099845E-02,+9.999472E-03,+6.100167E+00,+7.852908E+04,+4.608400E+04,
+6.100159E-02,+9.999469E-03,+6.100483E+00,+7.852916E+04,+4.608400E+04,
+6.099147E-02,+9.999469E-03,+6.099471E+00,+7.852925E+04,+4.608400E+04,
+6.097873E-02,+9.999472E-03,+6.098195E+00,+7.852934E+04,+4.608400E+04,
+6.096312E-02,+9.999467E-03,+6.096637E+00,+7.852942E+04,+4.608400E+04,
+6.097284E-02,+9.999464E-03,+6.097610E+00,+7.852951E+04,+4.608400E+04,
+6.095522E-02,+9.999463E-03,+6.095849E+00,+7.852959E+04,+4.608400E+04
2400 seems to be measured 20 times. however, it seems to return something more. can I know what this is?
and is there a command to set only the resistance value to return?