Skip to content

PLCamera.BslTemperatureStatusEnum Class#

Indicates the temperature state.

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

Visibility: Beginner

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.BslTemperatureStatusEnum

Constructors#

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

Properties#

 NameDescription
Public propertyCritical

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

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

Public propertyError

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

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

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

The temperature is within the normal operating temperature range.

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

 

Methods#

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

PLCamera.BslTemperatureStatusEnum.ToString Method#

The full name of BslTemperatureStatus

Return Value#

Type: String
Returns the full name of BslTemperatureStatus

PLCamera.BslTemperatureStatusEnum Constructor#

Initializes a new instance of the PLCamera.BslTemperatureStatusEnum class

PLCamera.BslTemperatureStatusEnum.Critical Property#

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

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

PLCamera.BslTemperatureStatusEnum.Error Property#

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

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

PLCamera.BslTemperatureStatusEnum.Name Property#

The full name of BslTemperatureStatus

PLCamera.BslTemperatureStatusEnum.Ok Property#

The temperature is within the normal operating temperature range.

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