Trigger
Namespace: Endorphin.Instrument.PicoTech.PicoScope5000
Parent Module: SignalGenerator
Functions for specifying the function generator trigger source.
Functions and values
Function or value | Description |
auto
Signature: SignalGeneratorTriggerSettings
|
Sets the signal generator to trigger immediately.
|
external triggerType threshold
Signature: triggerType:SignalGeneratorTriggerType -> threshold:Voltage -> SignalGeneratorTriggerSettings
|
Sets the signal generator to be triggered by the External input.
|
falling
Signature: SignalGeneratorTriggerType
|
Specifies that the signal generator should trigger on a falling edge.
|
gateHigh
Signature: SignalGeneratorTriggerType
|
Specifies that the signal generator should run while the gate signal is high.
|
gateLow
Signature: SignalGeneratorTriggerType
|
Specifies that the signal generator should run while the gate signal is low.
|
rising
Signature: SignalGeneratorTriggerType
|
Specifies that the signal generator should trigger on a rising edge.
|
scope triggerType
Signature: triggerType:SignalGeneratorTriggerType -> SignalGeneratorTriggerSettings
|
Sets the signal generator to share the oscilloscope trigger.
|
software triggerType
Signature: triggerType:SignalGeneratorTriggerType -> SignalGeneratorTriggerSettings
|
Sets the signal generator to be triggered in software.
|