Table of Contents

Class TriggerOnChannel2Configuration

Namespace
Bonsai.PulsePal
Assembly
Bonsai.PulsePal.dll

Represents configuration parameters specifying whether trigger channel 2 can trigger the output channel.

public class TriggerOnChannel2Configuration : OutputChannelParameterConfiguration
Inheritance
TriggerOnChannel2Configuration
Inherited Members

Properties

TriggerOnChannel2

Gets or sets a value specifying whether trigger channel 2 can trigger this output channel.

public bool TriggerOnChannel2 { get; set; }

Property Value

bool

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.