numbytes = write (obj, data) ¶numbytes = write (obj, data, datatype) ¶Writes data to TCP instrument
obj is a TCPServer object.
data data to write.
datatype datatype of data. If not specified, it defaults to "uint8".
returns number of bytes written.
Package: instrument-control