Skip to content

PLCamera.BslSensorStateEnum Class#

Returns the current power state of the sensor.

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

Visibility: Expert

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.BslSensorStateEnum

Constructors#

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

Properties#

 NameDescription
Public propertyName The full name of BslSensorState (Overrides ParameterListEnum.Name.)
Public propertyOff

The sensor power is switched off.

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

Public propertyOn

The sensor power is switched on.

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

Public propertyStandby

The sensor is in standby mode. In standby mode, power consumption is reduced significantly, which results in a lower camera temperature. Certain parameters can only be configured when the sensor is in standby mode.

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

 

Methods#

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

PLCamera.BslSensorStateEnum.ToString Method#

The full name of BslSensorState

Return Value#

Type: String
Returns the full name of BslSensorState

PLCamera.BslSensorStateEnum Constructor#

Initializes a new instance of the PLCamera.BslSensorStateEnum class

PLCamera.BslSensorStateEnum.Name Property#

The full name of BslSensorState

PLCamera.BslSensorStateEnum.Off Property#

The sensor power is switched off.

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

PLCamera.BslSensorStateEnum.On Property#

The sensor power is switched on.

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

PLCamera.BslSensorStateEnum.Standby Property#

The sensor is in standby mode. In standby mode, power consumption is reduced significantly, which results in a lower camera temperature. Certain parameters can only be configured when the sensor is in standby mode.

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