7½ Digit Graphical Sampling Multimeter Reference Manual Section 8:
DMM7510-901-01 Rev. B / May 2015 8-61
Example
dmm.measure.func = dmm.FUNC_DC_VOLTAGE
dmm.measure.rel.enable = dmm.ON
relativeoffset = display.input.number("Relative offset value",
display.NFORMAT_INTEGER, 0, -1000, 1000)
dmm.measure.rel.level = relativeoffset
This example displays a number pad on the screen that defaults to 0 and allows
entries from −1000 to 1000. The number that the operator enters is assigned to the
relative offset level. If the operator enters a value outside of the range, an error
message is displayed.
Figure 167: Input number example
Also see
display.input.option() (on page 8-62)
display.input.prompt() (on page 8-64)
display.input.string() (on page 8-65)