Click or drag to resize

OPLSearcher Class

Inheritance Hierarchy
SystemObject
  LynceeTec.API.CycleOPLSearcher

Namespace:  LynceeTec.API.Cycle
Assembly:  LynceeTec.API.Cycle (in LynceeTec.API.Cycle.dll) Version: 9.0.26418.0 , built 2021-10-22 08:52:21 UTC
Syntax
public class OPLSearcher : IExecutableItem, 
	IDisposable

The OPLSearcher type exposes the following members.

Constructors
  NameDescription
Public methodOPLSearcher
Initializes a new instance of the OPLSearcher class
Top
Properties
  NameDescription
Public propertyContrastMeasures
Gets the contrast measure at each motor position.
Public propertyMaxContrastPosition
Gets the position for which the maximum of contrast is computed.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the OPLSearcher
Public methodExecute
Performs OPL search using the already initialized parameters and moves the motor to the optimal position.
Public methodInitializeFullRange
Initializes search to find maximum of contrast in the full range of the motor.
Public methodInitializeReducedRange
Initializes search to find maximum of contrast around motor configuration initial position in the specified range.
Top
See Also