8: Device Ports
SLC™ Console Manager User Guide 126
expect,
expect_user,
expect_before,
expect_after,
expect_backgrou
nd
The expect command waits for input and attempts to match it against one or
more patterns. If one of the patterns matches the input the corresponding
(optional) command is executed. All expect commands have the same syntax:
expect {<string 1> {command 1} <string 2> {command 2}
... <string n> {command n}}
where <string x> will either be a quoted string, a variable reference or the
reserved word 'timeout.' The command x is optional, but the curly braces
('
{' and '}') are required. If present it must be a primary command.
return The return command terminates execution of the script and returns an optional
value to the calling environment. Syntax:
return <value>
where <value> can be a word or a variable reference.
Command Description