Keithley 6430 Instruction Manual page 167

Sub-femtoamp remote sourcemeter
Hide thumbs Also See for 6430:
Table of Contents

Advertisement

User-defined math function programming example
Table 7-6 shows the command sequence for a typical user-defined math function. This
example defines a percent deviation math function.
Table 7-6
User-defined math function programming example
Command
*RST
:SENS:FUNC:OFF:ALL
:SENS:FUNC:ON "RES"
:CALC:MATH:UNIT "%"
:CALC:MATH:EXPR:NAME "PER_DEV"
:CALC:MATH:EXPR (((RES - 10e3) / 10e3) * 100)
:CALC:STAT ON
:OUTP ON
:INIT
:CALC:DATA?
Relative and Math
Description
Restore GPIB defaults.
Disable concurrent functions.
Select resistance function.
Define "%" units name.
Define math expression name.
Define math expression.
Enable math data.
Turn on output.
Trigger unit.
Request math data.
7-11

Advertisement

Table of Contents
loading

Table of Contents