Table of Contents

Class BiphasicConfiguration

Namespace
Bonsai.PulsePal
Assembly
Bonsai.PulsePal.dll

Represents configuration parameters specifying whether the channel will produce either monophasic or biphasic square pulses.

public class BiphasicConfiguration : OutputChannelParameterConfiguration
Inheritance
BiphasicConfiguration
Inherited Members

Properties

Biphasic

Gets or sets a value specifying whether to use biphasic or monophasic pulses.

public bool Biphasic { get; set; }

Property Value

bool

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.