Amplitude
Namespace: Endorphin.Instrument.Agilent.E8257D
Parent Module: Control
Functions and values
Function or value | Description |
queryAmplitudeSweepMode x
Signature: x:IScpiInstrument -> Async<SweepMode>
|
Query the currently set type of the amplitude sweep.
|
queryStartAmplitude x
Signature: x:IScpiInstrument -> Async<unit>
|
Query the currently set first value in an amplitude sweep.
|
queryStopAmplitude x
Signature: x:IScpiInstrument -> Async<unit>
|
Query the currently set value of the amplitude sweep.
|
setAmplitudeSweepMode x
Signature: x:SweepMode -> IScpiInstrument -> Async<unit>
|
Set the type of the amplitude sweep.
|
setStartAmplitude x
Signature: x:Amplitude -> IScpiInstrument -> Async<unit>
|
Set the first value of an amplitude sweep.
|
setStopAmplitude x
Signature: x:Amplitude -> IScpiInstrument -> Async<unit>
|
Set the final value of an amplitude sweep.
|