Click or drag to resize

CommandListAppendMarkDelay Method

Specifies the delay introduced between a MARK and a following non-MARK.


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

Parameters

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