Class CustomTrainLoopConfiguration
Represents configuration parameters specifying whether the output channel will loop its custom pulse train.
public class CustomTrainLoopConfiguration : OutputChannelParameterConfiguration
- Inheritance
-
CustomTrainLoopConfiguration
- Inherited Members
Properties
CustomTrainLoop
Gets or sets a value specifying whether the output channel will loop its custom pulse train.
public bool CustomTrainLoop { 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.