BaseScanHeadFetchAxisParameters Method |
Gets a dictionary containing the mapping from axis to tracking error.
Namespace: RAYLASE.Marker.Device.ScanHeadAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntaxpublic abstract IDictionary<Axes, AxisParameter> FetchAxisParameters(
Axes axes
)
Parameters
- axes Axes
- Axes to query the tuning.
Return Value
IDictionaryAxes,
AxisParameterDictionary containing the mapping from axis to tracking error
See Also