Click or drag to resize

CommandListAppendMotfWaitPartWithoutTracking Method

When using MOTF, waits for the $PART_SENSOR input to become active.


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

Parameters

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

Appends an MOTF_WAIT_PART command to the list.

Once the 'part sensor' condition is met, execution will resume but without tracking the part.

Please refer to AppendMotfWaitPart(Int32) if the part should be tracked when execution resumes.

See Also