![VXI GPIB-VXI User Manual Download Page 94](http://html1.mh-extra.com/html/vxi/gpib-vxi/gpib-vxi_user-manual_1057860094.webp)
Local Command Set
Chapter 3
GPIB-VXI User Manual
3-52
© National Instruments Corporation
Console
response:
Logical Address <log addr> returned response 0x<hex value>
<CRLF>
Example:
Read the 16-bit response to a previously sent Word Serial query from logical
address 3.
WSresp? 3
WSstr
Purpose:
Send a device-dependent command string to a Message-Based device.
Command
Syntax:
WSstr <log addr>, <string>
where
<string>
is an ASCII character sequence enclosed by double quotation
marks (
"
).
The following sequences of characters within the
<string>
parameter are
special cases and will be interpreted as follows:
\n
line feed (LF)
\r
carriage return (CR)
\\
backslash
(\)
\xHH
any binary 8-bit value where
HH
is the ASCII hexadecimal
representation of that value
Action:
Writes the string
<string>
to the device at
<log addr>
as a series of
Byte
Available
commands.
Example:
Write the string
"start"
to a device at logical address 8.
WSstr 8, "start"