Class ContinuousLoopConfiguration
Represents configuration parameters specifying whether to play this output channel pulse train indefinitely when triggered, without needing to be re-triggered.
public class ContinuousLoopConfiguration : OutputChannelParameterConfiguration
- Inheritance
-
ContinuousLoopConfiguration
- Inherited Members
Properties
ContinuousLoop
Gets or sets a value specifying whether to set the output channel in continuous loop mode.
public bool ContinuousLoop { 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.