writeline(v,data) writes
the ASCII text data followed by the terminator to the VISA resource
v. The function suspends MATLAB® execution until the data and terminator are written.
Create a connection to a VISA resource. This example shows a connection to a device
with the alias COM4 using the VISA-Serial interface.
v = visadev("COM4");
Set the terminator to "CR/LF" and write a string of ASCII data to
the VISA resource v. The writeline function
automatically appends the terminator to the data.
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.