Class JoeScan::Pinchot::ScanHeadCapabilities¶
ClassList > JoeScan > Pinchot > ScanHeadCapabilities
The various physical limits and features of a ScanHead .
Public Properties¶
Type | Name |
---|---|
property uint | CameraBrightnessBitDepth Gets the number of bits used for Point2D.Brightness within anIProfile . |
property uint | MaxCameraImageHeight Gets the maximum image height camera supports. |
property uint | MaxCameraImageWidth Gets the maximum image width camera supports. |
property uint | MaxScanPeriodUs Gets the largest scan period in µs supported by product. |
property uint | MaxSupportedEncoders Gets the number of encoders supported by product. |
property uint | MinScanPeriodUs Gets the smallest scan period in µs supported by product. |
property uint | NumCameras Gets the number of cameras supported by product. |
property uint | NumLasers Gets the number of lasers supported by product. |
Public Properties Documentation¶
property CameraBrightnessBitDepth¶
Gets the number of bits used for Point2D.Brightness within anIProfile .
uint CameraBrightnessBitDepth;
The number of bits.
property MaxCameraImageHeight¶
Gets the maximum image height camera supports.
uint MaxCameraImageHeight;
The maximum image height.
property MaxCameraImageWidth¶
Gets the maximum image width camera supports.
uint MaxCameraImageWidth;
The maximum image width.
property MaxScanPeriodUs¶
Gets the largest scan period in µs supported by product.
uint MaxScanPeriodUs;
The largest scan period.
property MaxSupportedEncoders¶
Gets the number of encoders supported by product.
uint MaxSupportedEncoders;
The number of encoders.
property MinScanPeriodUs¶
Gets the smallest scan period in µs supported by product.
uint MinScanPeriodUs;
The smallest scan period.
property NumCameras¶
Gets the number of cameras supported by product.
uint NumCameras;
The number of cameras.
property NumLasers¶
Gets the number of lasers supported by product.
uint NumLasers;
The number of lasers.