Endorphin.Instrument.Agilent.E8257D


Control

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

Nested types and modules

ModuleDescription
Amplitude
Frequency
List
Step

Functions and values

Function or valueDescription
queryContinuousMode x
Signature: x:IScpiInstrument -> Async<OnOffState>

Query whterh sweeps are set to immediately repeat, or if they need some trigger to begin replaying.

queryDirection x
Signature: x:IScpiInstrument -> Async<Direction>

Query the currently set direction of the sweep.

queryDwellTime x
Signature: x:IScpiInstrument -> Async<Duration>

Query the current time taken for each sweep point.

queryMode x
Signature: x:IScpiInstrument -> Async<AutoManualState>

Query whether the current sweep mode is in automatic or manual selection.

queryRetrace x
Signature: x:IScpiInstrument -> Async<OnOffState>

Query whether the machine will retrace back to the first point in a sweep (On), or if it will remain at the end (Off).

querySweepType x
Signature: x:IScpiInstrument -> Async<SweepType>

Query the current sweep type of the machine.

setContinousMode x
Signature: x:OnOffState -> IScpiInstrument -> Async<unit>

Set whether sweeps should immediately repeat, or wait for some trigger to begin replaying.

setDirection x
Signature: x:Direction -> IScpiInstrument -> Async<unit>

Set direction of sweep from start -> stop for Up and stop -> start for Down.

setDwellTime x
Signature: x:Duration -> IScpiInstrument -> Async<unit>

Set the time to stay on each point of a sweep for.

setMode x
Signature: x:AutoManualState -> IScpiInstrument -> Async<unit>

Sets manual or automatic mode for progressing through points of a sweep.

setRetrace x
Signature: x:OnOffState -> IScpiInstrument -> Async<unit>

Set whether to retrace back to the first point of a sweep (On), or remain at the end point of the sweep (Off).

setSweepType x
Signature: x:SweepType -> IScpiInstrument -> Async<unit>

Set the sweep type to either List or Step.

F# Project
Fork me on GitHub