Click or drag to resize

GpioAPISetWriteDelay Method

Sets the delay between updating the output and asserting the 'Write' signal for the selected port.

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

Parameters

port  IOPort
The port selector.
delay  Double
The delay between the port update and 'Write' assertion.
See Also