Skip to content
STAGING SERVER
DEVELOPMENT SERVER

PLCamera.BslLineCombinationModeEnum Class#

Selects line combination mode

Applies to: racer 2 CXP

Visibility: Expert

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.BslLineCombinationModeEnum

Constructors#

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

Properties#

 NameDescription
Public propertyName The full name of BslLineCombinationMode (Overrides ParameterListEnum.Name.)
Public propertyOff

Line combination mode is disabled.

Applies to: racer 2 CXP

Public propertyTDIAverage

The values of the binned pixels are averaged. This increases the signal-to-noise ratio without affecting the camera's response to light.

Applies to: racer 2 CXP

Public propertyTDISum

The values of the binned pixels are summed. This increases the camera's response to light and the signal-to-noise ratio.

Applies to: racer 2 CXP

 

Methods#

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

PLCamera.BslLineCombinationModeEnum.ToString Method#

The full name of BslLineCombinationMode

Return Value#

Type: String
Returns the full name of BslLineCombinationMode

PLCamera.BslLineCombinationModeEnum Constructor#

Initializes a new instance of the PLCamera.BslLineCombinationModeEnum class

PLCamera.BslLineCombinationModeEnum.Name Property#

The full name of BslLineCombinationMode

PLCamera.BslLineCombinationModeEnum.Off Property#

Line combination mode is disabled.

Applies to: racer 2 CXP

PLCamera.BslLineCombinationModeEnum.TDIAverage Property#

The values of the binned pixels are averaged. This increases the signal-to-noise ratio without affecting the camera's response to light.

Applies to: racer 2 CXP

PLCamera.BslLineCombinationModeEnum.TDISum Property#

The values of the binned pixels are summed. This increases the camera's response to light and the signal-to-noise ratio.

Applies to: racer 2 CXP