InputInteger
Class
Description
Command syntax
Return type
Example
Related commands
Chapter 15 Script SDK
474
Front Panel
Presents a dialog for user input of an integer value via front panel display and keys.
Parameters allow specification of the displayed prompt, number of digits, and initial value.
The prompt string is required. The numDigits parameter is optional and defaults to 4. The
initValue parameter is optional and defaults to zero.
sc.InputInteger(const char* prompt, UINT32 numDigits, INT32 initValue)
INT32
refer to example program testapi.cpp.
InutFloat(), ClearLCD()
Need help?
Do you have a question about the 881 and is the answer not in the manual?