writebinblock
Description
Examples
Write Binblock of Data to VISA Resource
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");
Write the values [1,2,3,4,5]
as a binblock in
double
format to the VISA resource v
.
writebinblock(v,1:5,"double")
Input Arguments
v
— VISA resource
visadev
object
VISA resource, specified as a visadev
object.
Example: writebinblock(v,1:5,"uint8")
writes a binblock of data to
the VISA resource v
.
data
— Numeric or ASCII data
1-by-N
numeric array | character vector | string scalar
Numeric or ASCII data, specified as a 1-by-N
vector of numeric
values or as a character vector or string scalar of text. For all numeric
datatype
types, data
is a row vector of
values.
Example: writebinblock(v,1:5,"uint8")
writes the values
[1,2,3,4,5]
.
Data Types: single
| double
| int8
| int16
| int32
| int64
| uint8
| uint16
| uint32
| uint64
| char
| string
datatype
— Size and format of each value
"uint8"
| "int8"
| "uint16"
| "int16"
| "uint32"
| "int32"
| "uint64"
| "int64"
| "single"
| "double"
| "char"
| "string"
Size and format of each value, specified as a character vector or string.
datatype
determines the number of bytes to write for each value
and the interpretation of those bytes as a MATLAB data type.
Example: writebinblock(v,1:5,"double")
writes the values
[1,2,3,4,5]
as double data.
Data Types: char
| string
Version History
Introduced in R2021a
See Also
visadev
| write
| writeline
| readbinblock
Comando de MATLAB
Ha hecho clic en un enlace que corresponde a este comando de MATLAB:
Ejecute el comando introduciéndolo en la ventana de comandos de MATLAB. Los navegadores web no admiten comandos de MATLAB.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
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.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)