Class CustomTrainIdentityConfiguration
Represents configuration parameters specifying the identity of the custom train used to specify pulse times and voltages on an output channel.
public class CustomTrainIdentityConfiguration : OutputChannelParameterConfiguration
- Inheritance
-
CustomTrainIdentityConfiguration
- Inherited Members
Properties
CustomTrainIdentity
Gets or sets a value specifying the identity of the custom pulse train to use on this output channel.
public CustomTrainId CustomTrainIdentity { 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.