Keithley 3700 series Reference Manual page 122

System switch/multimeter
Hide thumbs Also See for 3700 series:
Table of Contents

Advertisement

Section 7: Scanning
Example 3: Command list to scan the entire card while measuring four-wire ohms using a
background scan (see the description column for other specifics).
Command
reset()
dmm.setconfig('slot4', 'fourwireohms')
scan.create('slot4')
digio.trigger[1].mode = digio.TRIG_FALLING
digio.trigger[2].mode = digio.TRIG_FALLING
scan.trigger.channel.stimulus =
scan.trigger.EVENT_MEASURE_COMP
digio.trigger[2].stimulus =
scan.trigger.EVENT_CHANNEL_READY
scan.trigger.measure.stimulus =
digio.trigger[1].EVENT_ID
scan.bypass = scan.ON
mybuffer = dmm.makebuffer(1000)
scan.background(mybuffer)
7-14
Series 3700 System Switch/Multimeter Reference Manual
Document Number: 3700S-901-01 Rev. A / August 2007
Description
Reset the Series 3700 to
factory defaults.
Set the configuration for
all channels in Slot 4 to
fourwireohms.
Create scan for all
channels on the card
installed in Slot 4.
Set up digital I/O line 1 to
detect a falling-edge
trigger.
Set up digital I/O line 2 to
detect a falling-edge
trigger.
Set each channel so that
it will close with a
measurement complete
event.
Set digio 2 to pulse when
a channel ready event
occurs.
Set each measurement
to occur with a digio 1
event trigger.
Set bypass to ON so first
channel closes without
taking a measurement.
Make buffer named
mybuffer and configure it
to store up to 1000
readings.
Initiate the scan to
execute in the
background and save
readings to a buffer
called mybuffer.

Advertisement

Table of Contents
loading

Table of Contents