PLCamera.LastErrorEnum Class#
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#
Name | Description | |
---|---|---|
PLCamera.LastErrorEnum | Initializes a new instance of the PLCamera.LastErrorEnum class |
Properties#
Name | Description | |
---|---|---|
Illumination | Indicates a problem with the VCSELs. Applies to: blaze | |
InsufficientTriggerWidth | 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 | |
InvalidParameter | A parameter was set to an invalid value. Applies to: CameraLink and GigE | |
Name | The full name of LastError (Overrides ParameterListEnum.Name.) | |
NoError | No error was detected. Applies to: CameraLink, GigE and blaze | |
OverTemperature | An over temperature state has been detected. Applies to: CameraLink, GigE and blaze | |
Overtrigger | The camera was overtriggered. Applies to: CameraLink and GigE | |
PowerFailure | The power supply is not sufficient. Applies to: CameraLink and GigE | |
UserDefPixFailure | An error was detected while loading user defect pixel data. Applies to: CameraLink and GigE | |
Userset | An error was detected while loading a user set. Applies to: CameraLink and GigE |
Methods#
Name | Description | |
---|---|---|
ToString | 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