Click or drag to resize

CommandListAppendLaserOnDelay Method

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


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

Parameters

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