Keithley 3700 series Reference Manual page 235

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

Advertisement

Series 3700 System Switch/Multimeter Reference Manual
dmm.func
Attribute
Usage
Remarks
Document Number: 3700S-901-01 Rev. A / August 2007
Sets or indicates the selected function for the DMM.
To read the function:
myfunc = dmm.func
myfunc: string indicating the presently selected DMM function
To write the function:
dmm.func = myfunc
myfunc: string representing the desired active DMM function
Set myfunc to one of the following:
―dcvolts‖ or dmm.DC_VOLTS
―acvolts‖, or dmm.AC_VOLTS
―dccurrent‖ or dmm.DC_CURRENT
―accurrent‖ or dmm.AC_CURRENT
―twowireohms‖ or dmm.TWO_WIRE_OHMS
―fourwireohms‖ or dmm.FOUR_WIRE_OHMS
―temperature‖ or dmm.TEMPERATURE
―frequency‖ or dmm.FREQUENCY
―period‖ or dmm.PERIOD
―continuity‖ or dmm.CONTINUITY
―commonsideohms‖ or dmm.COMMON_SIDE_OHMS
―nofunction‖ or dmm.NO_FUNCTION
Setting this attribute only changes the selected DMM function and indicates how the
other DMM attributes are to be processed. It does not modify any attribute of the DMM
except the one indicating the selected DMM functionality.
An error will be generated if the setting does not match one of the ones specified in
usage. If an error is found then, no change is made to the function.
Default setting is ―dcvolts‖. An error will occur if a user DMM configuration name is used
to set the function.
Section 9: Instrument Control Library (ICL)
9-91

Advertisement

Table of Contents
loading

Table of Contents