Table of Contents

Class TriggerModeConfiguration

Namespace
Bonsai.PulsePal
Assembly
Bonsai.PulsePal.dll

Represents configuration parameters specifying the behavior of a trigger channel.

public class TriggerModeConfiguration : TriggerChannelParameterConfiguration
Inheritance
TriggerModeConfiguration
Inherited Members

Properties

TriggerMode

Gets or sets a value specifying the behavior of a trigger channel.

public TriggerMode TriggerMode { get; set; }

Property Value

TriggerMode

Methods

Configure(PulsePalDevice)

Applies the channel parameter configuration to the specified Pulse Pal device.

public override void Configure(PulsePalDevice device)

Parameters

device PulsePalDevice

The Pulse Pal device to configure.