Click or drag to resize

GpioAPIGetWriteDelay Method

Gets 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 double GetWriteDelay(
	IOPort port
)

Parameters

port  IOPort
The port selector.

Return Value

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