Click or drag to resize

CommandListAppendWaitStart Method

Waits for the START_MARK signal to become active.


Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendWaitStart(
	int timeout = -1
)

Parameters

timeout  Int32  (Optional)
Maximum time to wait for the start signal (Default: -1 (Infinity)).
Remarks

Appends a WAIT_START command to the list.

Caution note  Caution

This command does NOT automatically de-activate the laser.

If necessary, you must explicitly use AppendLaserOff before AppendWaitStart.

See Also