Class TriggerOnChannel2Configuration
Represents configuration parameters specifying whether trigger channel 2 can trigger the output channel.
public class TriggerOnChannel2Configuration : OutputChannelParameterConfiguration
- Inheritance
-
TriggerOnChannel2Configuration
- Inherited Members
Properties
TriggerOnChannel2
Gets or sets a value specifying whether trigger channel 2 can trigger this output channel.
public bool TriggerOnChannel2 { 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.