Class CustomTrainTargetConfiguration
Represents configuration parameters specifying the interpretation of pulse times in the custom train configured on this output channel.
public class CustomTrainTargetConfiguration : OutputChannelParameterConfiguration
- Inheritance
-
CustomTrainTargetConfiguration
- Inherited Members
Properties
CustomTrainTarget
Gets or sets a value specifying the interpretation of pulse times in the custom pulse train.
public CustomTrainTarget CustomTrainTarget { 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.