Click or drag to resize

GpioAPISetWriteWidth Method

Sets the amount of time the 'Write' signal is asserted after updating the selected port.

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

Parameters

port  IOPort
The port selector.
width  Double
The amount of time the 'Write' signal is asserted.
See Also