PLCamera.SequencerTriggerActivationEnum Class#
Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress
Visibility: Expert
Selected by: SequencerPathSelector, SequencerSetSelector
The feature documentation may provide more information.
Inheritance Hierarchy#
System.Object
Basler.Pylon.ParameterListEnum
Basler.Pylon.PLCamera.SequencerTriggerActivationEnum
Constructors#
Name | Description | |
---|---|---|
PLCamera.SequencerTriggerActivationEnum | Initializes a new instance of the PLCamera.SequencerTriggerActivationEnum class |
Properties#
Name | Description | |
---|---|---|
AnyEdge | The sequencer advances when the source signal falls or rises. Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress | |
FallingEdge | The sequencer advances when the source signal falls, i.e., when the signal status changes from high to low. Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress | |
LevelHigh | The sequencer advances when the source signal is high. If the signal is already high when the sequencer set becomes active, the sequencer immediately advances to the next set. Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress | |
LevelLow | The sequencer advances when the source signal is low. If the signal is already low when the sequencer set becomes active, the sequencer immediately advances to the next set. Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress | |
Name | The full name of SequencerTriggerActivation (Overrides ParameterListEnum.Name.) | |
RisingEdge | The sequencer advances when the source signal rises, i.e., when the signal status changes from low to high. Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress |
Methods#
Name | Description | |
---|---|---|
ToString | The full name of SequencerTriggerActivation (Overrides Object.ToString()()()().) |
PLCamera.SequencerTriggerActivationEnum.ToString Method#
The full name of SequencerTriggerActivation
Return Value#
Type: String
Returns the full name of SequencerTriggerActivation
PLCamera.SequencerTriggerActivationEnum Constructor#
Initializes a new instance of the PLCamera.SequencerTriggerActivationEnum class
PLCamera.SequencerTriggerActivationEnum.AnyEdge Property#
The sequencer advances when the source signal falls or rises.
Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress
PLCamera.SequencerTriggerActivationEnum.FallingEdge Property#
The sequencer advances when the source signal falls, i.e., when the signal status changes from high to low.
Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress
PLCamera.SequencerTriggerActivationEnum.LevelHigh Property#
The sequencer advances when the source signal is high. If the signal is already high when the sequencer set becomes active, the sequencer immediately advances to the next set.
Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress
PLCamera.SequencerTriggerActivationEnum.LevelLow Property#
The sequencer advances when the source signal is low. If the signal is already low when the sequencer set becomes active, the sequencer immediately advances to the next set.
Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress
PLCamera.SequencerTriggerActivationEnum.Name Property#
The full name of SequencerTriggerActivation
PLCamera.SequencerTriggerActivationEnum.RisingEdge Property#
The sequencer advances when the source signal rises, i.e., when the signal status changes from low to high.
Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress