Keithley 6430 Instruction Manual page 334

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

Advertisement

17-24
SCPI Command Reference
Program examples
+817 "Unknown token" — Attempted to define an expression using an
invalid function name.
+818 "Error parsing mantissa" — Occurs when a floating point number has
an invalid mantissa.
+819 "Error parsing exponent" — Occurs when a floating point number has
an invalid exponent.
+820 "Error parsing value" — Occurs when an invalid floating point num-
ber is entered.
+821 "Invalid data handle index" — An invalid array index value was
assigned to a vectored expression. Array indices start at 0 and can be
as high as 2499.
Notes:
• Up to five user-defined math expressions can be created.
• A selected math expression can only be performed if CALC1 is enabled.
See :STATe.
• When the math expression is vectored, the math result will not be
generated until all source-measure operations for the vector array are
performed.
• Initializing memory (:SYSTem:MEMory:INITialize) deletes all user-
defined math expressions and selects the POWER expression.
OFFCOMPOHM, VOLTCOEF, and VARALPHA require two source-
measure sweep points in order to perform the math expressions. Shown
below are code fragments that will properly configure the SourceMeter to
perform the built-in math expressions:
Power:
*RST
:SENS:FUNC:OFF:ALL
:SENS:FUNC
:CALC:MATH:EXPR:NAME
:CALC:STAT
:OUTPUT
:INIT
:CALC:DATA?
Offset compensated ohms:
*RST
:SENS:FUNC:OFF:ALL
:SENS:FUNC
:SOUR:FUNC
if :SOUR:FUNC VOLT then
if :SOUR:FUNC CURR then
"VOLT","CURR"
"POWER"
ON
ON
"VOLT","CURR"
VOLT or CURR
:SOUR:VOLT:STAR <n>;
STOP <n>; MODE SWE
:SOUR:CURR:STAR <n>;
STOP <n>; MODE SWE

Advertisement

Table of Contents
loading

Table of Contents