Click or drag to resize

CommandListAppendPolyDelay Method

Specifies the delay introduced between contiguous MARK vectors.


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

Parameters

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