Instrument-control Toolkit - @octave_tcp/write
- Function File:
numbytes =
write(obj, data)
- Function File:
numbytes =
write(obj, data, datatype)
Writes data to TCP instrument
Inputs
obj is a TCP object.
data data to write.
datatype datatype of data. If not specified, it defaults to "uint8".
Outputs
returns number of bytes written.