Skip to content

Multiline send#

Sends a multi line string (command) to the selected device.

Description#

Sends every entered line (string) separate to the selected device via the communication interface (TCP/IP, RS232, GPIB) defined for the device. A termination character (LF, CR, CR and LF or Null) is added to each entered line (string) and the line is encoded (ISO 8859-1) as set in the device properties. There is a waiting time (delay between commands) between sending the lines. The communication interface, termination character and encoding can be set (if the respective option is available) for the corresponding device in the device manager.

Input parameters#

Parameter Description
Device The device to which the command is sent.
Commands The string that is send to the selected device. Must be not empty. (character encoding as set in device properties if this option is available)
Delay between commands The time waited before the next command line is sent.

Supported devices#

Every device that is available in the device manager.

Example#

For example usage see the Send test.


See also: