Frequency
Namespace: Endorphin.Instrument.Agilent.E8257D
Parent Module: Control
Functions and values
Function or value | Description |
queryDeviation path
Signature: path:FmPath -> IScpiInstrument -> Async<Frequency>
|
Query the deviation of the frequency modulation of the given path.
|
querySource path
Signature: path:FmPath -> IScpiInstrument -> Async<SourceProvider>
|
Query the source of the frequency modulation of the given path.
|
queryState path
Signature: path:FmPath -> IScpiInstrument -> Async<OnOffState>
|
Query the state of the frequency modulation of the given path.
|
setDeviation path
Signature: path:FmPath -> Frequency -> IScpiInstrument -> Async<unit>
|
Set the deviation of the frequency modulation of the given path.
|
setSource path
Signature: path:FmPath -> SourceProvider -> IScpiInstrument -> Async<unit>
|
Set the source of the frequency modulation of the given path.
|
setState path
Signature: path:FmPath -> OnOffState -> IScpiInstrument -> Async<unit>
|
Set the state of the frequency modulation of the given path.
|