Table of Contents

Class CustomTrainIdentityConfiguration

Namespace
Bonsai.PulsePal
Assembly
Bonsai.PulsePal.dll

Represents configuration parameters specifying the identity of the custom train used to specify pulse times and voltages on an output channel.

public class CustomTrainIdentityConfiguration : OutputChannelParameterConfiguration
Inheritance
CustomTrainIdentityConfiguration
Inherited Members

Properties

CustomTrainIdentity

Gets or sets a value specifying the identity of the custom pulse train to use on this output channel.

public CustomTrainId CustomTrainIdentity { get; set; }

Property Value

CustomTrainId

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.