Skip to content

Class JoeScan::Pinchot::ScanHeadCapabilities

ClassList > JoeScan > Pinchot > ScanHeadCapabilities

The various physical limits and features of a ScanHead .

Public Properties

Type Name
uint CameraBrightnessBitDepth
Gets the number of bits used for Point2D.Brightness within an IProfile .
uint MaxCameraImageHeight
Gets the maximum image height camera supports.
uint MaxCameraImageWidth
Gets the maximum image width camera supports.
uint MaxScanPeriodUs
Gets the largest scan period in µs supported by product.
uint MaxSupportedEncoders
Gets the number of encoders supported by product.
uint MinScanPeriodUs
Gets the smallest scan period in µs supported by product.
uint NumCameras
Gets the number of cameras supported by product.
uint NumLasers
Gets the number of lasers supported by product.

Public Properties Documentation

CameraBrightnessBitDepth

Gets the number of bits used for Point2D.Brightness within an IProfile .

uint CameraBrightnessBitDepth;

The number of bits.


MaxCameraImageHeight

Gets the maximum image height camera supports.

uint MaxCameraImageHeight;

The maximum image height.


MaxCameraImageWidth

Gets the maximum image width camera supports.

uint MaxCameraImageWidth;

The maximum image width.


MaxScanPeriodUs

Gets the largest scan period in µs supported by product.

uint MaxScanPeriodUs;

The largest scan period.


MaxSupportedEncoders

Gets the number of encoders supported by product.

uint MaxSupportedEncoders;

The number of encoders.


MinScanPeriodUs

Gets the smallest scan period in µs supported by product.

uint MinScanPeriodUs;

The smallest scan period.


NumCameras

Gets the number of cameras supported by product.

uint NumCameras;

The number of cameras.


NumLasers

Gets the number of lasers supported by product.

uint NumLasers;

The number of lasers.