882 Video Test Instrument User Guide (Rev. A.35) 155
InputFloat
Class Front Panel
Description Presents a dialog for user input of a floating point value via front panel display and keys.
Parameters allow specification of the displayed prompt, number of digits (whole and
fractional,) and initial value. The prompt string is required. The whole and frac
parameters are optional and both default to 4. The initValue parameter is optional and
defaults to zero.
Command syntax sc.InputFloat(const char*prompt, UINT32 whole, UINT32 frac, double initValue)
Return type double
Example refer to example program testapi.cpp.
Related commands InputInteger(), ClearLCD()