Endorphin.Instrument.Agilent.E8257D


Modulation

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

Nested types and modules

TypeDescription
AmPath

Which amplitude modulation path to use.

AmSettings

Settings for amplitude modulation.

Depth

A depth of something, either linear as a percentage, or exponential, as a decibel ratio.

DepthType

The type of modulation depth - linear or exponential.

ExternalInput

Which channel to listen for external input on.

ExternalSettings

Settings for an external source.

FmPath

Which frequency modulation path to use.

FmSettings

Settings for frequency modulation.

FunctionGenerator

Which channel to use for the function generator.

FunctionSettings

Settings for a function generator source.

InternalModulationSource

Internal modulation source

InternalSourceSettings
LfOutput
Modulation

Modulations have a set path, settings and source which will have its own settings

ModulationChannel

Extract just the modulation channel from a Modulation

ModulationSettings

A list of modulations to apply as settings.

Source

A source of a signal, either external or internal.

SourceProvider

The location of a source.

Functions and values

Function or valueDescription
depthInDecibels depth
Signature: depth:DecibelRatio -> Depth

Create a depth measured exponentially as a decibel ratio.

depthInPercentage depth
Signature: depth:Percentage -> Depth

Create a depth measured linearly as a percentage.

modulationChannel _arg1
Signature: _arg1:Modulation -> ModulationChannel

Get the channel which is being modulated.

modulationSource _arg1
Signature: _arg1:Modulation -> Source

Get the source of a modulation.

sourceProvider _arg1
Signature: _arg1:Source -> SourceProvider

Find the location which is providing a source.

F# Project
Fork me on GitHub