CogToolBase ProcessingTimeAdjustment_ FieldCognex VisionPro 9.8
Gets or sets the amount to offset reported tool processing time.

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 75.1.0.0 (75.1.0.0)
Syntax

protected double ProcessingTimeAdjustment_

Field Value

Type: Double
The amount added to the tool processing time when it is stored in the tool's RunStatus. Negative values will reduce the reported time. This is often necessary if your tool runs other VisionPro tools and you need to exclude the non-processing time used by the encapsulated tool.
See Also