LaserControllerFeatureType Enumeration |
[Missing <summary> documentation for "T:RAYLASE.Marker.Profile.Model.LaserControllerFeatureType"]
Namespace: RAYLASE.Marker.Profile.ModelAssembly: RAYLASE.Marker.Profile (in RAYLASE.Marker.Profile.dll) Version: 2.19.0
Syntax[FlagsAttribute]
public enum LaserControllerFeatureType
MembersMember name | Value | Description |
---|
None | 0 | |
Waveform | 1 |
Laser supports setting the wave form via SPI interface
|
IndexedOpticalPulseWidth | 2 |
Laser supports setting the optical pulse widthby using indexed value.
|
OpticalPulseWidth | 4 |
Laser supports setting the optical pulse width.
|
LaserOutputMode | 8 |
Laser supports setting the laser output mode (pulsed/cw) via SPI interface
|
BeamProfile | 16 |
Laser supports selecting the beam profile.
|
SecondaryPower | 32 |
Laser supports secondary power.
|
Simmer | 64 | |
PowerTarget | 128 | |
Tickle | 256 | |
GateModulatesLM | 512 | |
Latch | 1,024 | |
LaserSync | 2,048 | |
PulseRepetitionRate | 4,096 |
Laser supports setting the pulse repetition rate via parallel port interface.
|
AutoConfigureIO | 8,192 |
Automatically configure necessary IO-ports on scan controller.
|
See Also