Click or drag to resize

BaseScanHeadFetchAxisParameters Method

Gets a dictionary containing the mapping from axis to tracking error.

Namespace: RAYLASE.Marker.Device.ScanHead
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public abstract IDictionary<Axes, AxisParameter> FetchAxisParameters(
	Axes axes
)

Parameters

axes  Axes
Axes to query the tuning.

Return Value

IDictionaryAxes, AxisParameter
Dictionary containing the mapping from axis to tracking error
See Also