Table of Contents

Class RestingVoltageConfiguration

Namespace
Bonsai.PulsePal
Assembly
Bonsai.PulsePal.dll

Represents configuration parameters specifying the resting voltage on this output channel, i.e. the voltage between phases, pulses and pulse trains.

public class RestingVoltageConfiguration : OutputChannelParameterConfiguration
Inheritance
RestingVoltageConfiguration
Inherited Members

Properties

RestingVoltage

Gets or sets the resting voltage, in the range [-10, 10] volts.

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