Endorphin.Core


Instrument

Namespace: Endorphin.Core
Parent Module: Visa

A VISA instrument, capable of reading, writing and querying strings and byte arrays.

Record Fields

Record FieldDescription
Close
Signature: unit -> Async<Choice<unit,exn>>
QueryBytes
Signature: Synchronisation -> string -> Async<Choice<byte array,exn>>
QueryString
Signature: Synchronisation -> string -> Async<Choice<string,exn>>
ReadBytes
Signature: Synchronisation -> Async<Choice<byte [],exn>>
ReadString
Signature: Synchronisation -> Async<Choice<string,exn>>
WriteBytes
Signature: Synchronisation -> byte array -> unit
WriteString
Signature: Synchronisation -> string -> unit
Fork me on GitHub