Frequency
Namespace: Endorphin.Instrument.Agilent.E8257D
Parent Module: Control
Functions and values
Function or value | Description |
queryFrequencySpan x
Signature: x:IScpiInstrument -> Async<Frequency>
|
Query the currently set range of a frequency step sweep.
|
queryFrequencySweepMode x
Signature: x:IScpiInstrument -> Async<SweepMode>
|
Query the frequency sweep mode the machine is currently in.
|
queryStartFrequncy x
Signature: x:IScpiInstrument -> Async<Frequency>
|
Query the currently set first value of the frequency sweep.
|
queryStopFrequency x
Signature: x:IScpiInstrument -> Async<Frequency>
|
Query the currently set last value of the frequency sweep.
|
setFrequencySpan x
Signature: x:Frequency -> IScpiInstrument -> Async<unit>
|
Set the range of a frequency step sweep.
|
setFrequencySweepMode x
Signature: x:SweepMode -> IScpiInstrument -> Async<unit>
|
Set the frequency sweep mode to the given type.
|
setStartFrequency x
Signature: x:Frequency -> IScpiInstrument -> Async<unit>
|
Set the first value in a frequency sweep.
|
setStopFrequency x
Signature: x:Frequency -> IScpiInstrument -> Async<unit>
|
Set the value of the end frequency in a frequency sweep.
|