Click or drag to resize

LaserOutputMode Enumeration

Determines whether the laser is pulsed or continuous wave.

Namespace: RAYLASE.Marker.Common
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
public enum LaserOutputMode
Members
Member nameValueDescription
Pulsed0 Pulsed laser mode.
CW1 Continuous wave laser mode.
See Also