Table of Contents

Class CustomTrainTargetConfiguration

Namespace
Bonsai.PulsePal
Assembly
Bonsai.PulsePal.dll

Represents configuration parameters specifying the interpretation of pulse times in the custom train configured on this output channel.

public class CustomTrainTargetConfiguration : OutputChannelParameterConfiguration
Inheritance
CustomTrainTargetConfiguration
Inherited Members

Properties

CustomTrainTarget

Gets or sets a value specifying the interpretation of pulse times in the custom pulse train.

public CustomTrainTarget CustomTrainTarget { get; set; }

Property Value

CustomTrainTarget

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.