Skip to content

PLCamera.LineFormatEnum Class#

Indicates the electrical configuration of the currently selected line.

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

Visibility: Beginner

Selected by: LineSelector

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.LineFormatEnum

Constructors#

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

Properties#

 NameDescription
Public propertyLVDS

The line is currently accepting or sending LVDS level signals.

Applies to: CameraLink, GigE and ace USB

Public propertyLVTTL

The line is currently accepting or sending LVTTL level signals.

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

Public propertyName The full name of LineFormat (Overrides ParameterListEnum.Name.)
Public propertyNoConnect

The line is not connected.

Applies to: CameraLink, GigE and ace USB

Public propertyOpenDrain

The output of the line is "open drain"/"open collector".

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

Public propertyOptoCoupled

The line is opto-coupled.

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

Public propertyRS422

The line is currently accepting or sending RS-422 level signals.

Applies to: CameraLink, GigE and ace USB

Public propertyTriState

The line is currently in tri-state mode (not driven).

Applies to: CameraLink, GigE and ace USB

Public propertyTTL

The line is currently accepting or sending TTL level signals.

Applies to: CameraLink, GigE and ace USB

 

Methods#

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

PLCamera.LineFormatEnum.ToString Method#

The full name of LineFormat

Return Value#

Type: String
Returns the full name of LineFormat

PLCamera.LineFormatEnum Constructor#

Initializes a new instance of the PLCamera.LineFormatEnum class

PLCamera.LineFormatEnum.LVDS Property#

The line is currently accepting or sending LVDS level signals.

Applies to: CameraLink, GigE and ace USB

PLCamera.LineFormatEnum.LVTTL Property#

The line is currently accepting or sending LVTTL level signals.

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

PLCamera.LineFormatEnum.Name Property#

The full name of LineFormat

PLCamera.LineFormatEnum.NoConnect Property#

The line is not connected.

Applies to: CameraLink, GigE and ace USB

PLCamera.LineFormatEnum.OpenDrain Property#

The output of the line is "open drain"/"open collector".

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

PLCamera.LineFormatEnum.OptoCoupled Property#

The line is opto-coupled.

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

PLCamera.LineFormatEnum.RS422 Property#

The line is currently accepting or sending RS-422 level signals.

Applies to: CameraLink, GigE and ace USB

PLCamera.LineFormatEnum.TriState Property#

The line is currently in tri-state mode (not driven).

Applies to: CameraLink, GigE and ace USB

PLCamera.LineFormatEnum.TTL Property#

The line is currently accepting or sending TTL level signals.

Applies to: CameraLink, GigE and ace USB