Click or drag to resize

BaseScanHead.GetTunings 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.22.0
Syntax
C#
public abstract IDictionary<Axes, (uint Active, uint Default)> GetTunings(
	Axes axes
)

Parameters

axes  Axes
Axes to query the tuning.

Return Value

IDictionary<Axes, ValueTuple<UInt32, UInt32>>
Dictionary containing the mapping from axis to active/default tuning
See Also