Skip to content

PLChunkData.ChunkExposureTimeSelectorEnum Class#

Sets which exposure time to retrieve chunk data from.

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

Visibility: Expert

Selecting Parameters: ChunkExposureTime

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLChunkData.ChunkExposureTimeSelectorEnum

Constructors#

 NameDescription
Public methodPLChunkData.ChunkExposureTimeSelectorEnum Initializes a new instance of the PLChunkData.ChunkExposureTimeSelectorEnum class
 

Properties#

 NameDescription
Public propertyCommon

Chunk data can be retrieved from the common exposure time.

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

Public propertyName The full name of ChunkExposureTimeSelector (Overrides ParameterListEnum.Name.)
Public propertyStage1

Chunk data can be retrieved from the Stage 1 exposure time. Stage 1 is a predefined region of the sensor of your camera (a line on line scan cameras and an area on area scan cameras).

Applies to: ace 2 GigE and ace 2 USB

Public propertyStage2

Chunk data can be retrieved from the Stage 2 exposure time. Stage 2 is a predefined region of the sensor of your camera (a line on line scan cameras and an area on area scan cameras).

Applies to: ace 2 GigE and ace 2 USB

 

Methods#

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

PLChunkData.ChunkExposureTimeSelectorEnum.ToString Method#

The full name of ChunkExposureTimeSelector

Return Value#

Type: String
Returns the full name of ChunkExposureTimeSelector

PLChunkData.ChunkExposureTimeSelectorEnum Constructor#

Initializes a new instance of the PLChunkData.ChunkExposureTimeSelectorEnum class

PLChunkData.ChunkExposureTimeSelectorEnum.Common Property#

Chunk data can be retrieved from the common exposure time.

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

PLChunkData.ChunkExposureTimeSelectorEnum.Name Property#

The full name of ChunkExposureTimeSelector

PLChunkData.ChunkExposureTimeSelectorEnum.Stage1 Property#

Chunk data can be retrieved from the Stage 1 exposure time. Stage 1 is a predefined region of the sensor of your camera (a line on line scan cameras and an area on area scan cameras).

Applies to: ace 2 GigE and ace 2 USB

PLChunkData.ChunkExposureTimeSelectorEnum.Stage2 Property#

Chunk data can be retrieved from the Stage 2 exposure time. Stage 2 is a predefined region of the sensor of your camera (a line on line scan cameras and an area on area scan cameras).

Applies to: ace 2 GigE and ace 2 USB