reset()
dmm.setconfig("2020, 2021", "dcvolts")
dmm.nplc = 0.5
dmm.range = 10
dmm.configure.set("DCVSlot2")
dmm.setconfig("2016,2017", "DCVSlot2")
scan.create("2007,2008,2020,2021,2016,2017")
print(scan.list())
Assume a 3721 in slot 2.
Configure channels 20 and 21 for DC volts
on slot 2.
Change the DMM settings for NPLC and
range and save those DC volt settings as
"DCVSlot2".
Configure channels 16 and 17 for
"DCVSlot2" on slot 2.
Populate the scan list with the function
scan.create("2007,2008,2020,2021,2016
,2017"), then initiate the scan list to be
output.
Outputs the existing scan list. For example,
an existing scan list may appear as follows:
Init) OPEN...
1) STEP: 2007
CLOSE: 2007
MEASURE: nofunction COUNT: 1
2) STEP: 2008
OPEN: 2007
CLOSE: 2008
MEASURE: nofunction COUNT: 1
3) STEP: 2020
OPEN: 2008
CLOSE: 2020 2911
MEASURE: dcvolts COUNT: 1
4) STEP: 2021
OPEN: 2020 2911
CLOSE: 2021 2921
MEASURE: dcvolts COUNT: 1
Also see
scan.add() (on page 11-309)
scan.addimagestep() (on page 11-311)
scan.create() (on page 11-315)
Scanning and triggering (on page 5-23)