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