IScpiInstrument
Namespace: Endorphin.Core
Parent Module: SCPI
An instrument capable of receiving and acting on SCPI commands.
Instance members
Instance member | Description |
Query(query)
Signature: (query:byte []) -> Async<byte []>
Modifiers: abstract
|
Write an array of bytes to a SCPI instrument, then asynchronously wait
for a response as an ASCII string.
|
Terminator()
Signature: unit -> byte []
Modifiers: abstract
|
The line termination characters to use.
CompiledName: set_Terminator
|
Terminator()
Signature: unit -> unit
Modifiers: abstract
|
The line termination characters to use.
CompiledName: get_Terminator
|
Write(value)
Signature: (value:byte []) -> Async<unit>
Modifiers: abstract
|
Write an array of bytes to a SCPI instrument asynchronously,
expecting no response.
|