Class TriggerModeConfiguration
Represents configuration parameters specifying the behavior of a trigger channel.
public class TriggerModeConfiguration : TriggerChannelParameterConfiguration
- Inheritance
-
TriggerModeConfiguration
- Inherited Members
Properties
TriggerMode
Gets or sets a value specifying the behavior of a trigger channel.
public TriggerMode TriggerMode { 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.