Skip to content
STAGING SERVER
DEVELOPMENT SERVER

PLCamera.OpticControllerStatusEnum Class#

Indicates whether the optic controller is busy, not busy, or in NotInitialized state.

Applies to: boost CoaXPress

Visibility: Expert

Selected by: OpticControllerSelector

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.OpticControllerStatusEnum

Constructors#

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

Properties#

 NameDescription
Public propertyBusy

The optic controller is busy while one or more lens functions are moving or initializing.

Applies to: boost CoaXPress

Public propertyName The full name of OpticControllerStatus (Overrides ParameterListEnum.Name.)
Public propertyNotBusy

The optic controller is idle and the lens is ready for use.

Applies to: boost CoaXPress

Public propertyNotInitialized

The optic controller status is not available because the status register could not be read or has not been initialized yet.

Applies to: boost CoaXPress

 

Methods#

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

PLCamera.OpticControllerStatusEnum.ToString Method#

The full name of OpticControllerStatus

Return Value#

Type: String
Returns the full name of OpticControllerStatus

PLCamera.OpticControllerStatusEnum Constructor#

Initializes a new instance of the PLCamera.OpticControllerStatusEnum class

PLCamera.OpticControllerStatusEnum.Busy Property#

The optic controller is busy while one or more lens functions are moving or initializing.

Applies to: boost CoaXPress

PLCamera.OpticControllerStatusEnum.Name Property#

The full name of OpticControllerStatus

PLCamera.OpticControllerStatusEnum.NotBusy Property#

The optic controller is idle and the lens is ready for use.

Applies to: boost CoaXPress

PLCamera.OpticControllerStatusEnum.NotInitialized Property#

The optic controller status is not available because the status register could not be read or has not been initialized yet.

Applies to: boost CoaXPress