GpioAPIGetWriteDelay Method |
Gets 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 double GetWriteDelay(
IOPort port
)
Parameters
- port IOPort
- The port selector.
Return Value
DoubleThe delay between the port update and 'Write' assertion.
See Also