HP (Hewlett-Packard) E1429A Network Router User Manual


 
CONF1:ARR:VOLT (20),1,(@1)
SENS1:SWE:OFFS:POIN -10
Taking Readings After
Using CONFigure
To take readings, the digitizer must be triggered. The MEASure command
automatically triggers the digitizer after setting the configuration.
When CONFigure is used, the digitizer must be triggered using the READ?
command or INITiate[:IMMediate] and
FETCh[<chan >]? commands as shown.
CONF1:ARR:VOLT (20),1,(@1)
SENS1:SWE:OFFS:POIN -10
READ? (readings are sent to the digitizer output buffer from memory)
or
CONF1:ARR:VOLT (20),1,(@1)
SENS1:SWE:OFFS:POIN -10
INIT:IMM (readings are stored in memory)
FETC?(readings are retrieved from memory)
READ? is equivalent to executing ABORt +INITiate:IMMediate +FETCh?.
ABORt stops any measurement or VME or Local bus transfer before
proceeding with INITiate. With READ?, the readings pass directly through
digitizer memory to the device’s output buffer.
INITiate places the digitizer in the wait-for-arm state. FETC? waits for the
readings to complete and then retrieves (fetches) the readings from memory
and places them into the output buffer.
HP BASIC
10 DIM Readings(1:20)
20 OUTPUT 70905;"*RST;*CLS;*OPC?"
30 ENTER 70905;Ready
40 OUTPUT 70905;"CONF1:ARR:VOLT (20),1,(@1)"
50 OUTPUT 70905;" SENS1:SWE:OFFS:POIN -10"
60 OUTPUT 70905;"READ?"
70 ENTER 70905;Readings(*)
80 PRINT Readings(*)
90 END
40 Getting Started Chapter 1