Endorphin.Instrument.PicoTech


General

Namespace: Endorphin.Instrument.PicoTech.PicoScope3000
Parent Module: Trigger

Functions and values

Function or valueDescription
( .& ) a b
Signature: a:Trigger -> b:Trigger -> Trigger

CompiledName: op_DotAmp

( .| ) a b
Signature: a:Trigger -> b:Trigger -> Trigger

CompiledName: op_DotBar

analogue condition state channel
Signature: condition:Condition -> state:bool -> channel:Channel -> Trigger
channelA
Signature: Channel
channelB
Signature: Channel
channelC
Signature: Channel
channelD
Signature: Channel
complex trigger
Signature: trigger:Trigger -> TriggerSetting
digital condition state channel
Signature: condition:DigitalCondition -> state:bool -> channel:DigitalChannel -> Trigger
simple range direction level source
Signature: range:Range -> direction:Direction -> level:float32<'?7165> -> source:Channel -> TriggerSetting
Type parameters: '?7165
thresholdWithHysteresis (...)
Signature: range:'?7171 -> hysteresis:Voltage -> voltage:Voltage -> Threshold
Type parameters: '?7171
thresholdWithoutHysteresis range voltage
Signature: range:'?7169 -> voltage:Voltage -> Threshold
Type parameters: '?7169
thresholdWithPercentageHysteresis (...)
Signature: range:'?7173 -> percentage:float<MeasureProduct<pct,MeasureOne>> -> volts:Voltage -> Threshold
Type parameters: '?7173
withAutoTrigger delay trigger
Signature: delay:int16<MeasureProduct<ms,MeasureOne>> -> trigger:TriggerSetting -> TriggerSetting
withDelayInSamples delay trigger
Signature: delay:SampleCount -> trigger:TriggerSetting -> TriggerSetting
F# Project
Fork me on GitHub