Click or drag to resize

GenericScanHeadGetTunings Method

Gets a dictionary containing the mapping from axis to active/default tuning.

Namespace: RAYLASE.MarkerPlugin.Devices.ScanHead
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public override IDictionary<Axes, (uint Active, uint Default)> GetTunings(
	Axes axes
)

Parameters

axes  Axes
Axes to query the tuning.

Return Value

IDictionaryAxes, ValueTupleUInt32, UInt32
Dictionary containing the mapping from axis to active/default tuning
See Also