<text-console>.wait-for-string <text-frontend-winsome>.info
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

<text-console>.wait-then-write

Synopsis

<text-console>.wait-then-write [-s] "output-string" "input-string"

Description

Wait for the output of the text output-string on the console. When the text is found, write the input-string. If the -s flag is used, the input string is entered "slowly", one character at a time, waiting for each character to be echoed back before typing next. This command can only be run from a script branch where it suspends the branch until the string has been found in the output.

Provided By

xterm-console

See Also

<text-console>.wait-for-string, <text-console>.break, script-branch
<text-console>.wait-for-string <text-frontend-winsome>.info