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