Skip to content

PLCamera.TriggerActivationEnum Class#

Sets the type of signal transition that will activate the selected trigger.

Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB

Visibility: Beginner

Selected by: TriggerSelector

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.TriggerActivationEnum

Constructors#

 NameDescription
Public methodPLCamera.TriggerActivationEnum Initializes a new instance of the PLCamera.TriggerActivationEnum class
 

Properties#

 NameDescription
Public propertyAnyEdge

The selected trigger is activated by the falling or rising edge of the source signal.

Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB

Public propertyFallingEdge

The selected trigger is activated by the falling edge of the source signal.

Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB and dart USB

Public propertyLevelHigh

The selected trigger is activated when the source signal is high.

Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB

Public propertyLevelLow

The selected trigger is activated when the source signal is low.

Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB

Public propertyName The full name of TriggerActivation (Overrides ParameterListEnum.Name.)
Public propertyRisingEdge

The selected trigger is activated by the rising edge of the source signal.

Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB

 

Methods#

 NameDescription
Public methodToString The full name of TriggerActivation (Overrides Object.ToString()()()().)
 

PLCamera.TriggerActivationEnum.ToString Method#

The full name of TriggerActivation

Return Value#

Type: String
Returns the full name of TriggerActivation

PLCamera.TriggerActivationEnum Constructor#

Initializes a new instance of the PLCamera.TriggerActivationEnum class

PLCamera.TriggerActivationEnum.AnyEdge Property#

The selected trigger is activated by the falling or rising edge of the source signal.

Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB

PLCamera.TriggerActivationEnum.FallingEdge Property#

The selected trigger is activated by the falling edge of the source signal.

Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB and dart USB

PLCamera.TriggerActivationEnum.LevelHigh Property#

The selected trigger is activated when the source signal is high.

Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB

PLCamera.TriggerActivationEnum.LevelLow Property#

The selected trigger is activated when the source signal is low.

Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB

PLCamera.TriggerActivationEnum.Name Property#

The full name of TriggerActivation

PLCamera.TriggerActivationEnum.RisingEdge Property#

The selected trigger is activated by the rising edge of the source signal.

Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB