Class Phase2DurationConfiguration
Represents configuration parameters specifying the duration for the second phase of each pulse.
public class Phase2DurationConfiguration : OutputChannelParameterConfiguration
- Inheritance
-
Phase2DurationConfiguration
- Inherited Members
Properties
Phase2Duration
Gets or sets the duration of the second phase of the pulse, in the range [0.0001, 3600] seconds.
[Range(0.0001, 3600)]
[Precision(4, 0.0001)]
public double Phase2Duration { 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.