GpioAPISetWriteDelay Method |
Sets the delay between updating the output and asserting the 'Write' signal for the selected port.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax 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