Click or drag to resize

AxisState Class

Class for storing the state (eg tuning or disabled) of the axis.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.Device.ScanHeadAxisState

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

The AxisState type exposes the following members.

Constructors
 NameDescription
Public methodAxisState ctor
Top
Properties
 NameDescription
Public propertyActiveTuningIndex Index of the active tuning.
Public propertyDefaultTuningIndex Index of the default tuning. The default tuning will we used after powering the scan head.
Public propertyIsDisabled Returns true, if the axis will be disabled during laser execution.
Public propertyIsDisabledOnPreview Returns true, if the axis will be disabled during preview.
Public propertyTuningPresets Gets or sets the list of preset tunings.
Public propertyTunings Gets or sets the list of overridden preset tunings.
Top
Methods
 NameDescription
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also