Skip to content

PLCamera.LastErrorEnum Class#

Indicates the last error code in the memory. To delete the last error code from the list of error codes, use the Clear Last Error command.

Applies to: CameraLink, GigE and blaze

Visibility: Beginner

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.LastErrorEnum

Constructors#

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

Properties#

 NameDescription
Public propertyIllumination

Indicates a problem with the VCSELs.

Applies to: blaze

Public propertyInsufficientTriggerWidth

The trigger width was too short. In Trigger Width exposure mode, a minimum trigger width is required. Increase the trigger width to the minimum width or higher.

Applies to: CameraLink and GigE

Public propertyInvalidParameter

A parameter was set to an invalid value.

Applies to: CameraLink and GigE

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

No error was detected.

Applies to: CameraLink, GigE and blaze

Public propertyOverTemperature

An over temperature state has been detected.

Applies to: CameraLink, GigE and blaze

Public propertyOvertrigger

The camera was overtriggered.

Applies to: CameraLink and GigE

Public propertyPowerFailure

The power supply is not sufficient.

Applies to: CameraLink and GigE

Public propertyUserDefPixFailure

An error was detected while loading user defect pixel data.

Applies to: CameraLink and GigE

Public propertyUserset

An error was detected while loading a user set.

Applies to: CameraLink and GigE

 

Methods#

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

PLCamera.LastErrorEnum.ToString Method#

The full name of LastError

Return Value#

Type: String
Returns the full name of LastError

PLCamera.LastErrorEnum Constructor#

Initializes a new instance of the PLCamera.LastErrorEnum class

PLCamera.LastErrorEnum.Illumination Property#

Indicates a problem with the VCSELs.

Applies to: blaze

PLCamera.LastErrorEnum.InsufficientTriggerWidth Property#

The trigger width was too short. In Trigger Width exposure mode, a minimum trigger width is required. Increase the trigger width to the minimum width or higher.

Applies to: CameraLink and GigE

PLCamera.LastErrorEnum.InvalidParameter Property#

A parameter was set to an invalid value.

Applies to: CameraLink and GigE

PLCamera.LastErrorEnum.Name Property#

The full name of LastError

PLCamera.LastErrorEnum.NoError Property#

No error was detected.

Applies to: CameraLink, GigE and blaze

PLCamera.LastErrorEnum.OverTemperature Property#

An over temperature state has been detected.

Applies to: CameraLink, GigE and blaze

PLCamera.LastErrorEnum.Overtrigger Property#

The camera was overtriggered.

Applies to: CameraLink and GigE

PLCamera.LastErrorEnum.PowerFailure Property#

The power supply is not sufficient.

Applies to: CameraLink and GigE

PLCamera.LastErrorEnum.UserDefPixFailure Property#

An error was detected while loading user defect pixel data.

Applies to: CameraLink and GigE

PLCamera.LastErrorEnum.Userset Property#

An error was detected while loading a user set.

Applies to: CameraLink and GigE