17-24
SCPI Command Reference
+817
“
Unknown token
”
—
Attempted to de
fi
ne an expression using an
invalid function name.
+818
“
Error parsing mantissa
”
—
Occurs when a
fl
oating point number has
an invalid mantissa.
+819
“
Error parsing exponent
”
—
Occurs when a
fl
oating point number has
an invalid exponent.
+820
“
Error parsing value
”
—
Occurs when an invalid
fl
oating 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
fi
ve user-de
fi
ned 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-
de
fi
ned math expressions and selects the POWER expression.
Program examples
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 con
fi
gure the SourceMeter to
perform the built-in math expressions:
Power:
*RST
:SENS:FUNC:OFF:ALL
:SENS:FUNC
“
VOLT
”
,
“
CURR
”
:CALC:MATH:EXPR:NAME
“
POWER
”
:CALC:STAT
ON
:OUTPUT
ON
:INIT
:CALC:DATA?
Offset compensated ohms:
*RST
:SENS:FUNC:OFF:ALL
:SENS:FUNC
“
VOLT
”
,
“
CURR
”
:SOUR:FUNC
VOLT or CURR
if :SOUR:FUNC VOLT then
:SOUR:VOLT:STAR <n>;
STOP <n>; MODE SWE
if :SOUR:FUNC CURR then
:SOUR:CURR:STAR <n>;
STOP <n>; MODE SWE
Содержание 6430
Страница 26: ......
Страница 32: ......
Страница 78: ...2 14 Connections ...
Страница 98: ...3 20 Basic Source Measure Operation ...
Страница 138: ...5 30 Source Measure Concepts ...
Страница 156: ...6 18 Range Digits Speed and Filters ...
Страница 168: ...7 12 Relative and Math ...
Страница 176: ...8 8 Data Store ...
Страница 202: ...9 26 Sweep Operation ...
Страница 248: ...11 22 Limit Testing ...
Страница 310: ...16 6 SCPI Signal Oriented Measurement Commands ...
Страница 418: ...17 108 SCPI Command Reference ...
Страница 450: ...18 32 Performance Verification ...
Страница 477: ...A Specifications ...
Страница 489: ...B StatusandErrorMessages ...
Страница 498: ...B 10 Status and Error Messages ...
Страница 499: ...C DataFlow ...
Страница 503: ...D IEEE 488BusOverview ...
Страница 518: ...D 16 IEEE 488 Bus Overview ...
Страница 519: ...E IEEE 488andSCPI ConformanceInformation ...
Страница 523: ...F MeasurementConsiderations ...
Страница 539: ...G GPIB488 1Protocol ...
Страница 557: ......