Click or drag to resize

TuningPreset Class

Class for storing the tuning preset.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.Device.ScanHeadTuningPreset

Namespace: RAYLASE.Marker.Device.ScanHead
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public class TuningPreset

The TuningPreset type exposes the following members.

Constructors
 NameDescription
Public methodTuningPreset ctor
Top
Properties
 NameDescription
Public propertyAxisParameter Acceleration time and tracking error of the tuning.
Public propertyDescription Description of the tuning preset.
Public propertyName Name of the tuning preset.
Public propertyStorageNumber Index of the tuning preset (zero-based).
Top
Methods
 NameDescription
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also