Endorphin.Instrument.Agilent.E8257D


Runtime

Namespace: Endorphin.Instrument.Agilent.E8257D
Parent Module: Sweep

Commands used to control running sweeps.

Functions and values

Function or valueDescription
abort x
Signature: x:IScpiInstrument -> Async<unit>

Abort current sweep. In continous mode, arms a new sweep.

abortAndRearmSingle x
Signature: x:IScpiInstrument -> Async<unit>

Aborts current sweep and rearms. With immediate triggering starts a new sweep.

busTrigger x
Signature: x:IScpiInstrument -> Async<unit>

Starts an armed sweep waiting on Bus triggering.

immediate x
Signature: x:IScpiInstrument -> Async<unit>

Starts an armed sweep immediately without waiting for selected trigger event.

initiate x
Signature: x:IScpiInstrument -> Async<unit>

Inititates a sweep in single sweep mode

queryCurrentPoint x
Signature: x:IScpiInstrument -> Async<int>

Reports current point in List/Step sequence.

rearmSingle x
Signature: x:IScpiInstrument -> Async<unit>

Arms a single sweep. In immediate mode, starts immediately.

F# Project
Fork me on GitHub