Keithley SourceMeter 2600 Series Reference Manual page 303

Table of Contents

Advertisement

Series 2600 System SourceMeters Reference Manual
display.inputvalue
Function
Displays a formatted input field that the operator can edit.
Usage
There are four ways to use this function:
value = display.inputvalue(format)
value = display.inputvalue(format, default)
value = display.inputvalue(format, default, min)
value = display.inputvalue(format, default, min, max)
format
default
min
max
• This function will make use of text to create an editable input field on the user screen
Remarks
at the present cursor position. The first write to the display after poweron will clear
the user screen.
• Examples of the input field:
+0.00
Value field:
+
0's'
.
Exponent field (optional):
E
+
0's'
• Along with specifying the
minimum and maximum limits for the input field. When NOT using the "+" sign for the
value field, the minimum limit cannot be set to less than zero. When using the "+"
sign, the minimum limit can set to less than zero (e.g., -2).
• There is also an option to specify a default value. When this command is executed,
the initially displayed value for the field will be the
• Message prompts to instruct the operator should be displayed prior to calling this
function. Make sure to position the cursor where the edit field should appear.
• The input value is limited to ±1e37.
Define format string for the input field using '0's, the decimal point (.),
polarity sign (+) and 'E' for exponent.
Set the default value for the parameter.
Set the minimum input value that can be set.
Set the maximum input value that can be set.
00
+00.0000E+00
Include a "+" sign for positive/negative value entry. Not including the "+" sign
prevents negative value entry.
Defines the digit positions for the value. Up to six '0's can be used for the
value (as shown above in the third and fourth examples).
If used, include the decimal point (.) where needed for the value.
Include the "E" for exponent entry.
Include a "+" sign for positive/negative exponent entry. Not including the "+"
sign prevents negative exponent entry.
Defines the digit positions for the exponent.
format
Return to
Instrument Control Library 12-29
0.00000E+0
for the input field, there are options to specify
default
Section 12 topics
2600S-901-01 Rev. A / May 2006
value.

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents