Skip to content

PLCamera.LineModeEnum Class#

Sets the mode for the selected line. This controls whether the physical line is used to input or output a signal.

Applies to: CamEmu, 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.LineModeEnum

Constructors#

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

Properties#

 NameDescription
Public propertyInOut

The selected physical line can be used to input and output an electrical signal.

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

Public propertyInput

The selected physical line can be used to input an electrical signal.

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

Public propertyName The full name of LineMode (Overrides ParameterListEnum.Name.)
Public propertyOutput

The selected physical line can be used to output an electrical signal.

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

 

Methods#

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

PLCamera.LineModeEnum.ToString Method#

The full name of LineMode

Return Value#

Type: String
Returns the full name of LineMode

PLCamera.LineModeEnum Constructor#

Initializes a new instance of the PLCamera.LineModeEnum class

PLCamera.LineModeEnum.InOut Property#

The selected physical line can be used to input and output an electrical signal.

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

PLCamera.LineModeEnum.Input Property#

The selected physical line can be used to input an electrical signal.

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

PLCamera.LineModeEnum.Name Property#

The full name of LineMode

PLCamera.LineModeEnum.Output Property#

The selected physical line can be used to output an electrical signal.

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