Endorphin.Instrument.Agilent.E8257D


Step

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

Functions and values

Function or valueDescription
queryPointsCount x
Signature: x:IScpiInstrument -> Async<int>

Query how many points the sweep is set up to use.

setAmplitudeSweep (...)
Signature: amplitudeSweep:AmplitudeSweep -> instrument:IScpiInstrument -> Async<unit>

Set the amplitude sweep to use the given amplitude sweep settings.

setFrequencySweep (...)
Signature: frequencySweep:FrequencySweep -> instrument:IScpiInstrument -> Async<unit>

Set the frequency sweep to use the given frequency sweep settings.

setPointsCount x
Signature: x:int -> IScpiInstrument -> Async<unit>

Set the number of points in a sweep to an integer between 2 and 65535.

F# Project
Fork me on GitHub