Table of Contents

Class BurstDurationConfiguration

Namespace
Bonsai.PulsePal
Assembly
Bonsai.PulsePal.dll

Represents configuration parameters specifying the duration of a pulse burst when using burst mode.

public class BurstDurationConfiguration : OutputChannelParameterConfiguration
Inheritance
BurstDurationConfiguration
Inherited Members

Properties

BurstDuration

Gets or sets the duration of a pulse burst, in the range [0.0001, 3600] seconds.

[Range(0.0001, 3600)]
[Precision(4, 0.0001)]
public double BurstDuration { get; set; }

Property Value

double

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.