Table of Contents

Class Phase2VoltageConfiguration

Namespace
Bonsai.PulsePal
Assembly
Bonsai.PulsePal.dll

Represents configuration parameters specifying the voltage for the second phase of each pulse.

public class Phase2VoltageConfiguration : OutputChannelParameterConfiguration
Inheritance
Phase2VoltageConfiguration
Inherited Members

Properties

Phase2Voltage

Gets or sets the voltage for the second phase of each pulse.

[Range(-10, 10)]
[Precision(3, 0.001)]
public double Phase2Voltage { 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.