Trigger
Namespace: Endorphin.Instrument.PicoTech.PicoScope5000
Functions for specifying trigger settings.
Functions and values
Function or value | Description |
auto(delay)
Signature: delay:int16<MeasureProduct<ms,MeasureOne>> -> TriggerSettings
|
Specifies an automatic trigger with the given delay in milliseconds.
|
auxiliary
Signature: TriggerChannel
|
Specifies the auxiliary ("AUX") channel as a trigger channel.
|
external
Signature: TriggerChannel
|
Specifies the external ("EXT") channel as a trigger channel.
|
inputChannel(arg0)
Signature: arg0:InputChannel -> TriggerChannel
|
Specifies the given input channel as a trigger channel.
|
simple(...)
Signature: triggerChannel:TriggerChannel -> adcThreshold:AdcCount -> levelThreshold:LevelThreshold -> startSample:SampleIndex -> TriggerSettings
|
Specifies simple trigger settings with the provided trigger channel but not auto-trigger.
|
simpleAndAuto(...)
Signature: triggerChannel:TriggerChannel -> adcThreshold:AdcCount -> levelThreshold:LevelThreshold -> startSample:SampleIndex -> autoTriggerDelay:int16<MeasureProduct<ms,MeasureOne>> -> TriggerSettings
|
Specifies simple trigger settings with the provided trigger channel and auto-trigger.
|