Skip to content

PLCamera.LineLogicEnum Class#

Indicates the line logic of the currently selected line.

Applies to: CameraLink, GigE and ace USB

Visibility: Beginner

Selected by: LineSelector

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.LineLogicEnum

Constructors#

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

Properties#

 NameDescription
Public propertyName The full name of LineLogic (Overrides ParameterListEnum.Name.)
Public propertyNegative

The line logic of the currently selected line is negative.

Applies to: CameraLink, GigE and ace USB

Public propertyPositive

The line logic of the currently selected line is positive.

Applies to: CameraLink, GigE and ace USB

 

Methods#

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

PLCamera.LineLogicEnum.ToString Method#

The full name of LineLogic

Return Value#

Type: String
Returns the full name of LineLogic

PLCamera.LineLogicEnum Constructor#

Initializes a new instance of the PLCamera.LineLogicEnum class

PLCamera.LineLogicEnum.Name Property#

The full name of LineLogic

PLCamera.LineLogicEnum.Negative Property#

The line logic of the currently selected line is negative.

Applies to: CameraLink, GigE and ace USB

PLCamera.LineLogicEnum.Positive Property#

The line logic of the currently selected line is positive.

Applies to: CameraLink, GigE and ace USB