Bytes
Namespace: Endorphin.Core
Parent Module: Visa
Functions related to byte array-based I/O.
Functions and values
Function or value | Description |
query instrument
Signature: instrument:Instrument -> byte [] -> Async<byte []>
|
Query a VISA instrument for a byte array, using the given string as a query using synchronous I/O.
|
read instrument
Signature: instrument:Instrument -> Async<byte []>
|
Read a byte array that the VISA instrument is broadcasting using synchronous I/O.
|
write instrument
Signature: instrument:Instrument -> byte [] -> unit
|
Write a byte array to a VISA instrument using synchronous I/O.
|