Table of Contents

Enum TriggerMode

Namespace
Bonsai.PulsePal
Assembly
Bonsai.PulsePal.dll

Specifies the behavior of a trigger channel.

public enum TriggerMode

Fields

Normal = 0

Rising edge triggers linked channels, and subsequent trigger pulses are ignored.

PulseGated = 2

Rising edge triggers linked channels, and falling edge stops linked channels.

Toggle = 1

Rising edge triggers linked channels, and subsequent trigger pulses stop linked channels.