Skip to content

PLCamera.ClConfigurationEnum Class#

Sets the configuration type. The configuration type determines the amount of data that can be transmitted.

Applies to: CameraLink

Visibility: Beginner

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.ClConfigurationEnum

Constructors#

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

Properties#

 NameDescription
Public propertyBase

The standard Base configuration (as specified in the Camera Link standard) is selected.

Applies to: CameraLink

Public propertyDeca

The standard Deca configuration with 10 8-bit taps (as specified in the Camera Link Standard) is selected.

Applies to: CameraLink

Public propertyDualBase

The camera streams the data from multiple taps through two Camera Link base ports. The application or frame grabber must reconstruct the full image. Only one of the ports (fixed) serves as the master for serial communication and triggering.

Applies to: CameraLink

Public propertyFull

The standard Full configuration (as specified in the Camera Link standard) is selected.

Applies to: CameraLink

Public propertyMedium

The standard Medium configuration (as specified in the Camera Link standard) is selected.

Applies to: CameraLink

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

Methods#

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

PLCamera.ClConfigurationEnum.ToString Method#

The full name of ClConfiguration

Return Value#

Type: String
Returns the full name of ClConfiguration

PLCamera.ClConfigurationEnum Constructor#

Initializes a new instance of the PLCamera.ClConfigurationEnum class

PLCamera.ClConfigurationEnum.Base Property#

The standard Base configuration (as specified in the Camera Link standard) is selected.

Applies to: CameraLink

PLCamera.ClConfigurationEnum.Deca Property#

The standard Deca configuration with 10 8-bit taps (as specified in the Camera Link Standard) is selected.

Applies to: CameraLink

PLCamera.ClConfigurationEnum.DualBase Property#

The camera streams the data from multiple taps through two Camera Link base ports. The application or frame grabber must reconstruct the full image. Only one of the ports (fixed) serves as the master for serial communication and triggering.

Applies to: CameraLink

PLCamera.ClConfigurationEnum.Full Property#

The standard Full configuration (as specified in the Camera Link standard) is selected.

Applies to: CameraLink

PLCamera.ClConfigurationEnum.Medium Property#

The standard Medium configuration (as specified in the Camera Link standard) is selected.

Applies to: CameraLink

PLCamera.ClConfigurationEnum.Name Property#

The full name of ClConfiguration