GenericScanHeadGetTunings Method |
Gets a dictionary containing the mapping from axis to active/default tuning.
Namespace: RAYLASE.MarkerPlugin.Devices.ScanHeadAssembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntaxpublic override 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