Skip to content

PLCamera.TemperatureStateEnum Class#

Indicates the temperature state.

Applies to: CameraLink, GigE, ace USB and blaze

Visibility: Beginner

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.TemperatureStateEnum

Constructors#

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

Properties#

 NameDescription
Public propertyCritical

The temperature is close to or at the allowed maximum. Provide cooling.

Applies to: CameraLink, GigE, ace USB and blaze

Public propertyError

The temperature is above the allowed maximum. Provide cooling immediately.

Applies to: CameraLink, GigE, ace USB and blaze

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

The temperature is within the normal operating temperature range.

Applies to: CameraLink, GigE, ace USB and blaze

 

Methods#

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

PLCamera.TemperatureStateEnum.ToString Method#

The full name of TemperatureState

Return Value#

Type: String
Returns the full name of TemperatureState

PLCamera.TemperatureStateEnum Constructor#

Initializes a new instance of the PLCamera.TemperatureStateEnum class

PLCamera.TemperatureStateEnum.Critical Property#

The temperature is close to or at the allowed maximum. Provide cooling.

Applies to: CameraLink, GigE, ace USB and blaze

PLCamera.TemperatureStateEnum.Error Property#

The temperature is above the allowed maximum. Provide cooling immediately.

Applies to: CameraLink, GigE, ace USB and blaze

PLCamera.TemperatureStateEnum.Name Property#

The full name of TemperatureState

PLCamera.TemperatureStateEnum.Ok Property#

The temperature is within the normal operating temperature range.

Applies to: CameraLink, GigE, ace USB and blaze