Click or drag to resize

CommandListAppendLaserOn(Int32, Boolean) Method

Switch the laser on for a specific pulse count.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendLaserOn(
	int pulses,
	bool async = true
)

Parameters

pulses  Int32
The number of pulses.
async  Boolean  (Optional)
When set to true subsequent commands are executed in parallel with this one (this means that laser will stay on for the given number of pulses, even if a jump command is executed. When set to false subsequent commands will only be executed after this command has finished executing and laser is turned off again.
Remarks

Appends a LASER_ON command to the list.

See Also