Click or drag to resize

BaseScanHeadGetTuningPresets Method

Returns the tuning presets for the given axes.

Namespace: RAYLASE.Marker.Device.ScanHead
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
protected virtual IList<TuningPreset> GetTuningPresets(
	Axes axes
)

Parameters

axes  Axes
The axes.

Return Value

IListTuningPreset
The list of tuning presets for the axes.
See Also