Front panel operation 21
Programming examples: long integration measurements
The following command sequence will trigger and return one long integration measurement:
Battery channel (#1)
Charger channel (#2)
Command
Description
SENS:RANG 5
‘ Select 5A range.
VOLT 15
‘ Set output voltage to 15V.
CURR 0.75
‘ Set current limit to 750mA.
OUTP ON
‘ Turn output on.
SENS:LINT:TLEV:RANG 0.5
‘ Select 1A trigger level range.
SENS:LINT:TEDG RISING
‘ Select rising trigger edge to initiate measurement.
SENS:LINT:TLEV:ONE 0.1
‘ Set trigger level to 100mA for 1A trigger level range.
SENS:LINT:TIME:AUTO
‘ Set integration time automatically for single pulse.
SENS:FUNC “LINT”
‘ Select long integration function.
READ?
‘ Trigger and return one reading and reading
shown on
display.
Command
Description
SENS2:RANG 5
‘ Select 5A range.
SOUR2:VOLT 15
‘ Set output voltage to 15V.
SOUR2:CURR 0.75
‘ Set current limit to 750mA.
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 100mA.
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.