Click or drag to resize

AuxTempSetting Class

Settings for monitoring the aux temperature (galvo clamp).
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.Device.ScanHeadScanHeadMonitoringCommandSetting
    RAYLASE.Marker.Device.ScanHeadAuxTempSetting

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

The AuxTempSetting type exposes the following members.

Constructors
 NameDescription
Public methodAuxTempSettingInitializes a new instance of the AuxTempSetting class
Top
Properties
 NameDescription
Public propertyCommand Gets the command.
(Overrides ScanHeadMonitoringCommandSettingCommand)
Public propertyEnabled Enables monitoring the command.
(Inherited from ScanHeadMonitoringCommandSetting)
Public propertyMaxValue Maximal temperature [°].
Public propertyMinConsecutiveErrors Number of consecutive errors, before event is raised.
(Inherited from ScanHeadMonitoringCommandSetting)
Top
See Also