Endorphin.Instrument.PicoTech


SignalGenerator

Namespace: Endorphin.Instrument.PicoTech.PicoScope5000
Parent Module: PicoScope

Functions related to the built-in signal generator.

Functions and values

Function or valueDescription
disable picoScope
Signature: picoScope:PicoScope5000 -> Async<unit>

Disables the function generator.

invokeSoftwareTrigger arg1
Signature: PicoScope5000 -> Async<unit>

Invokes the function generator software trigger.

setBuiltInWaveform arg1 waveform
Signature: PicoScope5000 -> waveform:BuiltInWaveformSettings -> Async<unit>

Sets a built-in waveform with the specified settings to the function generator.

setSoftwareGateHigh picoScope
Signature: picoScope:PicoScope5000 -> Async<unit>

Sets the function generator software trigger gate state to high.

setSoftwareGateLow picoScope
Signature: picoScope:PicoScope5000 -> Async<unit>

Sets the function generator software trigger gate state to low.

F# Project
Fork me on GitHub