Class InterPhaseIntervalConfiguration
Represents configuration parameters specifying the interval between the first and second phases of biphasic pulses.
public class InterPhaseIntervalConfiguration : OutputChannelParameterConfiguration
- Inheritance
-
InterPhaseIntervalConfiguration
- Inherited Members
Properties
InterPhaseInterval
Gets or sets the interval between the first and second phase of a biphasic pulse, in the range [0.0001, 3600] seconds.
[Range(0.0001, 3600)]
[Precision(4, 0.0001)]
public double InterPhaseInterval { 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.