User manual

Section 13: Instrument Control Library (ICL) Series 3700 System Switch/Multimeter Reference Manual
13-168 3700S-901-01 Rev. C / July 2008
dmm.savebuffer()
Example
To save readings from valid DMM buffer named mybuffer with default time information
to a file named mydata.csv on the USB flash drive:
dmm.savebuffer('mybuffer', '/usb1/mydata.csv')
To save readings from mybuffer with relative time stamps to a file named
mydatarel.csv on the USB flash drive:
dmm.savebuffer('mybuffer', '/usb1/mydatarel.csv',
dmm.buffer.SAVE_RELATIVE_TIME)
dmm.setconfig()
Function
Sets the DMM configuration associated with items specified in parameter list.
Usage
dmm.setconfig(<ch_list>, dmm_config)
ch_list: A string listing the channels and channel patterns to modify.
dmm_config: Name of DMM configuration to assign to items in ch_list.