Receive#
Receives data from the selected devices and outputs it as a character string.
Description#
Receives data from the selected device via the communication interface (TCP/IP, RS232, GPIB) defined for the device. The data is decoded into a string using the set character encoding (ISO 8859-1). Data is received until a termination character (LF, CR, CR and LF or Null) is encountered. If no response is received within the specified communication timeout the test will fail. The communication interface, timeout, 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 from which the data is received. |
Output parameters#
| Parameter | Description |
|---|---|
| Receive | The received data as string (character encoding as set in device properties if this option is available). |
Supported devices#
Every device that is available in the device manager.
Example#
For an example usage see the Send test.
See also: