background image
<< Using TE Functions | Mapping Terminal Keys to PC Keyboard Keys >>
<< Using TE Functions | Mapping Terminal Keys to PC Keyboard Keys >>

Synchronization Functions

RTE Vuser Scripts · Introducing RTE Vuser Scripts
Creating Vuser Scripts
Chapter 14, page 255
Error Code Functions
TE_perror
Prints an error code to the Output window.
TE_sperror
Translates an error code into a string.
Typing Functions
TE_type
Sends a formatted string to the client application.
TE_typing_style
Determines the way text is typed into the terminal
emulator.
Synchronization Functions
TE_wait_cursor
Waits for the cursor to appear at a specified
location in the terminal window.
TE_wait_silent
Waits for the client application to be silent for a
specified number of seconds.
TE_wait_sync
Waits for the system to return from X-SYSTEM or
Input Inhibited mode.
TE_wait_text
Waits for a string to appear in a designated
location.
The following TE functions can be parameterized: TE_connect, TE_find_text,
TE_get_text_line, and TE_type. For details on parameterizing function in Vuser
scripts, see Chapter 5,
Defining Parameters
.