Skip to content

PLCamera.BslLightControlStatusEnum Class#

Indicates the current state of the light control mode.

Applies to: GigE and ace USB

Visibility: Expert

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.BslLightControlStatusEnum

Constructors#

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

Properties#

 NameDescription
Public propertyIdle

No light device has been detected. This could be because no light device is connected to your computer or because the device enumeration failed.

Applies to: GigE and ace USB

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

The light control mode is disabled.

Applies to: GigE and ace USB

Public propertyReady

The light device is ready for use.

Applies to: GigE and ace USB

Public propertySearching

The controller ist searching for light devices connected to your camera.

Applies to: GigE and ace USB

Public propertyUpdating

Parameters are being updated.

Applies to: GigE and ace USB

 

Methods#

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

PLCamera.BslLightControlStatusEnum.ToString Method#

The full name of BslLightControlStatus

Return Value#

Type: String
Returns the full name of BslLightControlStatus

PLCamera.BslLightControlStatusEnum Constructor#

Initializes a new instance of the PLCamera.BslLightControlStatusEnum class

PLCamera.BslLightControlStatusEnum.Idle Property#

No light device has been detected. This could be because no light device is connected to your computer or because the device enumeration failed.

Applies to: GigE and ace USB

PLCamera.BslLightControlStatusEnum.Name Property#

The full name of BslLightControlStatus

PLCamera.BslLightControlStatusEnum.Off Property#

The light control mode is disabled.

Applies to: GigE and ace USB

PLCamera.BslLightControlStatusEnum.Ready Property#

The light device is ready for use.

Applies to: GigE and ace USB

PLCamera.BslLightControlStatusEnum.Searching Property#

The controller ist searching for light devices connected to your camera.

Applies to: GigE and ace USB

PLCamera.BslLightControlStatusEnum.Updating Property#

Parameters are being updated.

Applies to: GigE and ace USB