Class TriggerChannelConfiguration
Represents configuration parameters for a trigger channel on a Pulse Pal device.
public class TriggerChannelConfiguration : TriggerChannelParameterConfiguration
- Inheritance
-
TriggerChannelConfiguration
- Derived
- Inherited Members
Properties
TriggerMode
Gets or sets a value specifying the behavior of the 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 pulsePal)
Parameters
pulsePal
PulsePalDevice
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.