2308-900-01 Rev. A / July 2008
Return to
Section Topics
3-27
Model 2308 Portable Device Battery/Charger Simulator User’s Manual
Section 3: Pulse Current Measurements
SENS2:PCUR:SYNC:DEL 50e-3
‘ Set trigger delay to 50 msec.
SENS2:PCUR:MODE HIGH
‘ Configure to measure peak pulse (trigger
‘ on rising edge).
SENS2:FUNC “PCUR”
‘ Select pulse current function.
READ2?
‘ Trigger 10 measurement conversions and
‘ return the average of those 10 conver-
‘ sions. The average of the 10 conversions
‘ is displayed on the front panel. Each of
‘ the ten conversion syncs to the rising
‘ edge.
Pulse current digitization
The following command sequence returns 3600 digitized readings.
Battery channel (#1)
DISP:CHAN 1
‘ Sets active channel - battery.
SENS:CURR:RANG 0.5
‘ Select 500 mA range.
VOLT 15
‘ Set output voltage to 15V.
CURR 0.75
‘ Set current limit to 750 mA.
OUTP ON
‘ Turn output on.
SENS:PCUR:SYNC OFF
‘ Disable trigger synchronization.
SENS:PCUR:AVER 3600
‘ Set average count to 3600.
SENS:PCUR:SYNC:TLEV:HUND 0.1
‘ Set trigger level to 100 mA for 500 mA range.
SENS:PCUR:SYNC:DEL 500e-3
‘ Set trigger delay to 500 msec.
SENS:PCUR:MODE LOW
‘ Configure to measure low pulse (trigger on
‘ falling edge).
SENS:PCUR:TIME:DIG 1e-4
‘ Set digitize integration time to 100us
SENS:FUNC “PCUR”
‘ Select pulse current function.
READ:ARR?
‘ Trigger and return 3600 readings after sync-
‘ ing to the falling edge for the 1st reading only.
Charger channel (#2)
DISP:CHAN 2
‘ Sets active channel - charger.
SENS2:CURR: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:PCUR:SYNC OFF
‘ Disable trigger synchronization.
SENS2:PCUR:AVER 3600
‘ Set average count to 3600.
SENS2:PCUR:SYNC:TLEV 0.1
‘ Set trigger level to 100 mA.
SENS2:PCUR:SYNC:DEL 50e-3
‘ Set trigger delay to 50 msec.
SENS:PCUR:MODE LOW
‘ Configure to measure low pulse (trigger on falling edge).
SENS:PCUR:TIME:DIG 1e-4
‘ Set digitize integration time to 100 us
SENS2:FUNC “PCUR”
‘ Select pulse current function.
READ2:ARR
?
‘ Trigger and return 3600 readings after syncing to the
‘ falling edge for the 1st reading only.
Pulse current STEP method (battery channel only)
Sample step method
The following command sequence measures pulses similar to the one shown in
Figure 3-8
. The
step duration is 50ms with a pulse period of 2 seconds.
DISP:CHAN 1
‘ Set active channel - battery.
NOTE
To function correctly, the current range must be selected before setting the
trigger level step settings.
Содержание 2308
Страница 2: ......
Страница 12: ...This page left blank intentionally...
Страница 32: ...This page left blank intentionally...
Страница 106: ...This page left blank intentionally...
Страница 140: ...This page left blank intentionally...
Страница 208: ...This page left blank intentionally...
Страница 209: ...Appendix A Error and Status Messages In this Appendix Error and status message definitions A 2 Topic Page...
Страница 220: ...This page left blank intentionally...