Click or drag to resize

CommandListAppendLaserOn Method

Switches the laser on indefinitely.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.12.2
Syntax
C#
public void AppendLaserOn()
Remarks

Appends a LASER_ON command to the list.

With zero arguments, the command switches the laser on indefinitely with the pulse frequency and width.

The corresponding command to switch the laser off is AppendLaserOff.

This command takes priority over the jump/mark commands. See also: 9.1.1 Straight Lines and Jumps.

See Also