Click or drag to resize

CommandListAppendEnableVariablePolyDelay Method

Enables or disables the variable poly delay.


Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendEnableVariablePolyDelay(
	bool enable
)

Parameters

enable  Boolean
Enable or disable the variable poly delay.
Remarks
Appends a VAR_POLY_DELAY command to the list.
See Also