Endorphin.Instrument.SwabianInstruments.PulseStreamer8


Interface

Namespace: Endorphin.Instrument.SwabianInstruments.PulseStreamer8

Nested types and modules

ModuleDescription
JsonRpc

Functions and values

Function or valueDescription
connectDevice address
Signature: address:string -> Choice<unit,Exception>
disconnect address
Signature: address:string -> Response<string,string>
setState state address
Signature: state:PulseElement -> address:string -> Response<string,string>
writeSequence (...)
Signature: sequence:PulseSequence -> iterations:uint32 -> finalState:PulseElement -> errorState:PulseElement -> triggerMode:TriggerMode -> address:string -> Response<string,string>

Active patterns

Active patternDescription
( |Ok|HasError| ) response
Signature: response:Response<'T1,'T2> -> Choice<unit,string>
Type parameters: 'T1, 'T2

CompiledName: |Ok|HasError|

F# Project
Fork me on GitHub