List
Namespace: Endorphin.Instrument.Agilent.E8257D
Parent Module: Control
Functions and values
Function or value | Description |
queryDwellTimes x
Signature: x:IScpiInstrument -> Async<seq<Duration>>
|
Query the currently set sequence of times to dwell on each point in a list sweep.
|
queryDwellTimesCount x
Signature: x:IScpiInstrument -> Async<int>
|
Query how many dwell times are currently set for the sweep.
|
queryDwellType x
Signature: x:IScpiInstrument -> Async<SweepMode>
|
Query the currently set dwell type (either list or step).
|
queryFrequencies x
Signature: x:IScpiInstrument -> Async<seq<Frequency>>
|
Query the frequencies of the current list sweep points.
|
queryFrequenciesCount x
Signature: x:IScpiInstrument -> Async<int>
|
Query how many frequencies are in the current list sweep file.
|
queryPowers x
Signature: x:IScpiInstrument -> Async<unit>
|
Query the amplitudes of the current list sweep points.
|
queryPowersCount x
Signature: x:IScpiInstrument -> Async<int>
|
Query how many amplitudes are in the current list sweep file.
|
setDwellTimes key
Signature: key:seq<Duration> -> IScpiInstrument -> Async<unit>
|
Set a sequence of times to dwell on each point in a list sweep.
|
setDwellType x
Signature: x:SweepMode -> IScpiInstrument -> Async<unit>
|
Set the dwell type to either list or step sweeps.
|
setFrequencies key
Signature: key:seq<Frequency> -> IScpiInstrument -> Async<unit>
|
Set the frequencies of the current list sweep points.
|
setPowers key
Signature: key:seq<Amplitude> -> IScpiInstrument -> Async<unit>
|
Set the amplitudes of the current list sweep points.
|