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)

20OUTPUT 70905;"*RST;*CLS;*OPC?"

30ENTER 70905;Ready

40OUTPUT 70905;"CONF1:ARR:VOLT (20),1,(@1)"

50OUTPUT 70905;" SENS1:SWE:OFFS:POIN -10"

60OUTPUT 70905;"READ?"

70ENTER 70905;Readings(*)

80PRINT Readings(*)

90END

40 Getting Started

Chapter 1

Page 40
Image 40
HP E1429A manual Taking Readings After Using CONFigure, SENS1SWEOFFSPOIN