GpioAPISetWriteWidth Method |
Sets the amount of time the 'Write' signal is asserted after updating the selected port.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax 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