The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

Loadable Function: n = usbtmc_write (usbtmc, data)

Write data to a usbtmc slave device.

Inputs

usbtmc - instance of octave_usbtmc class.
data - data, of type uint8, to be written to the slave device.

Outputs

Upon successful completion, usbtmc_write() shall return the number of bytes written as the result n.

Package: instrument-control