[data, count] =
usbtmc_read (usbtmc, n)
¶Read from usbtmc slave device.
usbtmc - instance of octave_usbtmc class.
n - number of bytes to attempt to read of type Integer.
count - the number of bytes successfully read as an Integer.
data - the read bytes as a uint8 array.
Package: instrument-control