Interface for verifier in the verification framework.
Namespace: Cognex.VisionPro.InspectionAssembly: Cognex.VisionPro.Inspection (in Cognex.VisionPro.Inspection.dll) Version: 69.0.0.0 (69.0.0.0)
Syntax
The ICogVerifier type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Run |
Run the verifier synchronously.
| |
| RunAsync |
Run the verifier asynchronously.
| |
| RunAsyncCancel |
Cancel an asynchronous run of the verifier.
| |
| RunAsyncPause |
Pause an asynchronous run of the verifier.
| |
| RunAsyncResume |
Resume an asynchronous run of the verifier.
| |
| SetupVisionToolInputs |
Setup the VisionTool's inputs using the specified verificationData object.
|
Properties
| Name | Description | |
|---|---|---|
| InputDatabase |
Get and set the input database.
| |
| InputDatabaseSubset |
Get and set the input subset array.
| |
| IsBusy |
Get the current state of the verifier.
| |
| OutputDatabase |
Get and set the output database.
| |
| OutputDatabaseEnable |
Get and set the flags which control what gets stored into the output database.
| |
| Statistics |
Get the statistics object associated with the verifier.
| |
| UnknownResultBehavior |
Get and set the behavior of the verifier when it encounters an Unknown SimpleResult.
| |
| VisionTool |
Get and set the vision tool under test.
|
Events
| Name | Description | |
|---|---|---|
| RunCompleted |
Raised when the verifier has completely finished running.
| |
| RunPaused |
Raised when the verifier is paused.
| |
| RunProgressChanged |
Raised when the verifier completes one iteration.
| |
| RunResumed |
Raised when the verifier is resumed.
| |
| RunStarted |
Raised when the verifier starts running.
|
See Also