164 Chapter 15 Script SDK
Write
Class Front Panel
Description Write a string to the generator's front panel display. The display is 20 characters by 4
lines. Allowable values of column are in the range of 0 - 19. Allowable values of row are 0
- 3.
Command syntax sc.Write(UINT32 column, UINT32 row, char* string)
Return type void
Example refer to example programs apndflt.cpp, testapi.cpp
Related commands ClearLCD(), WaitForKeyPress(), InputFloat(), InputInteger()