Gets or sets the length of the window over which statistic data is collected. The data is used in SequentialMostSuccessful runtime mode to re-order the patterns in the queue. Calling the setter will cause any existing result statistics to be flushed.
Namespace: Cognex.VisionPro.PMAlignAssembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 69.0.0.0
Syntax
Property Value
Type: Int32The default value is 10.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The SfResultStatisticWindowLength state flag may be affected. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | If the value less than one. |
See Also