Click or drag to resize

CommandListAppendLaserOffDelay Method

Specifies the lag-time of the galvanometers with respect to the laser, when switching the laser off.


Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendLaserOffDelay(
	double delay
)

Parameters

delay  Double
The delay period.
Remarks
Appends a LOFF_DELAY command to the list.
See Also