BaseScanHeadGetTunings Method |
Gets a dictionary containing the mapping from axis to active/default tuning.
Namespace: RAYLASE.Marker.Device.ScanHeadAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntaxpublic abstract IDictionary<Axes, (uint Active, uint Default)> GetTunings(
Axes axes
)
Parameters
- axes Axes
- Axes to query the tuning.
Return Value
IDictionaryAxes,
ValueTupleUInt32,
UInt32Dictionary containing the mapping from axis to active/default tuning
See Also