Class BiphasicConfiguration
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
Methods
Configure(PulsePalDevice)
Applies the channel parameter configuration to the specified Pulse Pal device.
public override void Configure(PulsePalDevice device)
Parameters
device
PulsePalDeviceThe Pulse Pal device to configure.