Click or drag to resize

OPLSearcherExecute Method

Performs OPL search using the already initialized parameters and moves the motor to the optimal position.

Namespace:  LynceeTec.API.Cycle
Assembly:  LynceeTec.API.Cycle (in LynceeTec.API.Cycle.dll) Version: 10.0.10313.0 , built 2022-11-01 12:36:54 UTC
Syntax
public Task Execute(
	IProgress<float> progress = null
)

Parameters

progress (Optional)
Type: SystemIProgressSingle
Task progress reporter.

Return Value

Type: Task

Implements

IExecutableItemExecute(IProgressSingle)
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the function is called when the instance is not intialized
See Also