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.2.3317.0 , built 2025-03-17 14:55:37 UTC
Syntax
public Task Execute(
	IProgress<float> progress = null,
	CancellationToken cancellationToken = default
)

Parameters

progress  IProgressSingle  (Optional)
Task progress reporter.
cancellationToken  CancellationToken  (Optional)
Cancellation token.

Return Value

Task

Implements

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