Class InterPulseIntervalConfiguration
Represents configuration parameters specifying the interval between pulses.
public class InterPulseIntervalConfiguration : OutputChannelParameterConfiguration
- Inheritance
-
InterPulseIntervalConfiguration
- Inherited Members
Properties
InterPulseInterval
Gets or sets the interval between pulses, in the range [0.0001, 3600] seconds.
[Range(0.0001, 3600)]
[Precision(4, 0.0001)]
public double InterPulseInterval { 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.