Click or drag to resize

BaseScanHeadGetTunings Method

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

Namespace: RAYLASE.Marker.Device.ScanHead
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public abstract 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