Endorphin.Instrument.Agilent.E8257D


Amplitude

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

Functions and values

Function or valueDescription
querySource path
Signature: path:AmPath -> IScpiInstrument -> Async<SourceProvider>

Query the source of the amplitude modulation of the given path.

queryState path
Signature: path:AmPath -> IScpiInstrument -> Async<OnOffState>

Query the state of the amplitude modulation of the given path.

setDepth path depth instrument
Signature: path:AmPath -> depth:Depth -> instrument:IScpiInstrument -> Async<unit>

Set the depth of the given path to the given value.

setSource path
Signature: path:AmPath -> SourceProvider -> IScpiInstrument -> Async<unit>

Set the source of the amplitude modulation of the given path.

setState path
Signature: path:AmPath -> OnOffState -> IScpiInstrument -> Async<unit>

Set the state of the amplitude modulation of the given path.

F# Project
Fork me on GitHub