Front-panel operation 25
READ?
‘ Trigger and return one reading and reading
shown on display.
Charger channel (#2)
SENS2:RANG 5
‘ Select 5 A range.
SOUR2:VOLT 15
‘ Set output voltage to 15 V.
SOUR2:CURR 0.75
‘ Set current limit to 750 mA.
OUTP2 ON
‘ Turn output on.
SENS2:LINT:TEDG RISING
‘ Select rising trigger edge to initiate
measurement.
SENS2:LINT:TLEV 0.1
‘ Set trigger level to 100 mA.
SENS2:LINT:TIME:AUTO
‘ Set integration time automatically for
single pulse.
SENS2:FUNC “LINT”
‘ Select long integration function.
READ2?
‘ Trigger and return one reading and reading
shown on display.