Table of Contents

Class TriggerOnChannel1Configuration

Namespace
Bonsai.PulsePal
Assembly
Bonsai.PulsePal.dll

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

public class TriggerOnChannel1Configuration : OutputChannelParameterConfiguration
Inheritance
TriggerOnChannel1Configuration
Inherited Members

Properties

TriggerOnChannel1

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

public bool TriggerOnChannel1 { 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.