Skip to content

PLCamera.BslFrequencyConverterActivationEnum Class#

Sets the type of signal transition that will drive the frequency converter.

Applies to: racer 2 CXP

Visibility: Expert

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.BslFrequencyConverterActivationEnum

Constructors#

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

Properties#

 NameDescription
Public propertyAnyEdge

An input pulse is triggered when the source signal falls or rises.

Applies to: racer 2 CXP

Public propertyFallingEdge

An input pulse is triggered when the source signal falls.

Applies to: racer 2 CXP

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

An input pulse is triggered when the source signal rises.

Applies to: racer 2 CXP

 

Methods#

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

PLCamera.BslFrequencyConverterActivationEnum.ToString Method#

The full name of BslFrequencyConverterActivation

Return Value#

Type: String
Returns the full name of BslFrequencyConverterActivation

PLCamera.BslFrequencyConverterActivationEnum Constructor#

Initializes a new instance of the PLCamera.BslFrequencyConverterActivationEnum class

PLCamera.BslFrequencyConverterActivationEnum.AnyEdge Property#

An input pulse is triggered when the source signal falls or rises.

Applies to: racer 2 CXP

PLCamera.BslFrequencyConverterActivationEnum.FallingEdge Property#

An input pulse is triggered when the source signal falls.

Applies to: racer 2 CXP

PLCamera.BslFrequencyConverterActivationEnum.Name Property#

The full name of BslFrequencyConverterActivation

PLCamera.BslFrequencyConverterActivationEnum.RisingEdge Property#

An input pulse is triggered when the source signal rises.

Applies to: racer 2 CXP