Table of Contents

Class Phase1DurationConfiguration

Namespace
Bonsai.PulsePal
Assembly
Bonsai.PulsePal.dll

Represents configuration parameters specifying the duration for the first phase of each pulse.

public class Phase1DurationConfiguration : OutputChannelParameterConfiguration
Inheritance
Phase1DurationConfiguration
Inherited Members

Properties

Phase1Duration

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

[Range(0.0001, 3600)]
[Precision(4, 0.0001)]
public double Phase1Duration { 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.