Skip to content

PLCamera.TemperatureSelectorEnum Class#

Sets the location in the camera where the temperature will be measured.

Applies to: CameraLink and GigE

Visibility: Expert

Selecting Parameters: TemperatureAbs

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.TemperatureSelectorEnum

Constructors#

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

Properties#

 NameDescription
Public propertyCase

The temperature is measured on the case.

Applies to: CameraLink and GigE

Public propertyCoreboard

The temperature is measured on the core board.

Applies to: CameraLink and GigE

Public propertyFramegrabberboard

The temperature is measured on the frame grabber board.

Applies to: CameraLink and GigE

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

The temperature is measured on the sensor board.

Applies to: CameraLink and GigE

 

Methods#

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

PLCamera.TemperatureSelectorEnum.ToString Method#

The full name of TemperatureSelector

Return Value#

Type: String
Returns the full name of TemperatureSelector

PLCamera.TemperatureSelectorEnum Constructor#

Initializes a new instance of the PLCamera.TemperatureSelectorEnum class

PLCamera.TemperatureSelectorEnum.Case Property#

The temperature is measured on the case.

Applies to: CameraLink and GigE

PLCamera.TemperatureSelectorEnum.Coreboard Property#

The temperature is measured on the core board.

Applies to: CameraLink and GigE

PLCamera.TemperatureSelectorEnum.Framegrabberboard Property#

The temperature is measured on the frame grabber board.

Applies to: CameraLink and GigE

PLCamera.TemperatureSelectorEnum.Name Property#

The full name of TemperatureSelector

PLCamera.TemperatureSelectorEnum.Sensorboard Property#

The temperature is measured on the sensor board.

Applies to: CameraLink and GigE