Click or drag to resize

IMotorsManagerMoveMotorsLoadConfig Method

Namespace:  LynceeTec.Interfaces
Assembly:  LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 6.6.0 StroboPolarisationControl 6a11bc75, built 2018-03-20 10:06:53 UTC
Syntax
Task MoveMotorsLoadConfig(
	IReadOnlyDictionary<MotorizedDevicesType, IMotorConfig> motorConfigs,
	Dictionary<MotorizedDevicesType, float> initOffset,
	IProgress<int> progress
)

Parameters

motorConfigs
Type: System.Collections.GenericIReadOnlyDictionaryMotorizedDevicesType, IMotorConfig
initOffset
Type: System.Collections.GenericDictionaryMotorizedDevicesType, Single
progress
Type: SystemIProgressInt32

Return Value

Type: Task
See Also