[SCRIPT Health Check <HC ID> script Menu] open - Add open command to end of script send - Add send command to end of script bsend - Add binary send command to end of script nsend - Add additional send binary string to end of script expect - Add expect command to end of script bexpect - Add binary expect command to end of script nexpect - Add additional expect binary string to end of script offset - Add offset command to end of script depth - Add depth command to end of script wait - Add wait command to end of script close - Add close command to end of script (TCP only) rem - Remove last command from script cur - Display current script configuration |
Command Syntax and Usage | |
---|---|
open | |
Adds the open command to the end of the script. | |
send | |
Adds the send command to the end of the script. | |
bsend | |
Adds the binary send command to the end of the script. | |
nsend | |
Adds the additional send binary string to the end of the script. | |
expect | |
Adds the expect command to the end of the script. | |
bexpect | |
Adds the binary expect command to the end of the script. | |
nexpect | |
Adds the additional expect binary string to the end of the script. | |
offset | |
Adds the offset command to the end of the script. | |
depth | |
Adds the depth command to the end of the script. | |
wait | |
Adds the wait command to the end of the script. | |
close | |
Adds the close command to the end of the script (TCP only). | |
rem | |
Removes the last command from the script. | |
cur | |
Displays the current script configuration. |