Endorphin.Instrument.PicoTech


SignalGenerator

Namespace: Endorphin.Instrument.PicoTech.PicoScope5000

Functions for specifying trigger settings.

Nested types and modules

ModuleDescription
Playback

Functions for specifying the number of waveform repetitions.

Trigger

Functions for specifying the function generator trigger source.

Waveform

Functions for specifying waveforms.

Functions and values

Function or valueDescription
createBuiltInWaveform(...)
Signature: waveform:BuiltInWaveform -> playback:PlaybackMode -> triggerSettings:SignalGeneratorTriggerSettings -> BuiltInWaveformSettings

Creates a built-in waveform with the specified parameters and trigger settings

fixedFrequency(arg0)
Signature: arg0:float32<MeasureProduct<Hz,MeasureOne>> -> Frequency

Specifies a fixed frequency

frequencySweep(...)
Signature: start:float32<MeasureProduct<Hz,MeasureOne>> -> stop:float32<MeasureProduct<Hz,MeasureOne>> -> increment:float32<MeasureProduct<Hz,MeasureOne>> -> dwell:float32<MeasureProduct<s,MeasureOne>> -> direction:SweepDirection -> Frequency

Specifies a frequency sweep with the given start, stop, increment and dwell time at each step. The frequency is swept in the specified direciton.

F# Project
Fork me on GitHub