Send Keys#

Sends a key press or a string of keys to the terminal.

Connection link[Link] The connection object to the terminal. The variable name in this property must match the variable name in the "Connection link" property of the "Connect to Session" block from the Terminals group.
Keys

[Text] A string of keys. The text in the specified string is case-sensitive.

To send function keys, use the "Send Function Key" block or use their mnemonic representation.

Delay before[Number] Delay in milliseconds before executing the block.
Delay after[Number] Delay in milliseconds after executing the block.
Timeout[Number] Timeout for the operation execution in seconds.
Error handling level

Select the error handling level. Possible values:

  • "Default" - default;
  • "Ignore" - errors are ignored;
  • "Handle" - errors are handled.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Message level

Select the message level that blocks will output during operation. Possible values:

  • "Default" - default;
  • "Release" - output is disabled;
  • "Debug" - outputs main information;
  • "Detailed" - outputs detailed information.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Error text[Text] Returns detailed information about the error in case of incorrect execution of the block's work.