Write a pulse to the specified line of this device. Use
the pulse duration and polarity values currently associated
with the specified line.
Namespace: Cognex.VisionPro.QuickBuild.IOAssembly: Cognex.VisionPro.QuickBuild.IO (in Cognex.VisionPro.QuickBuild.IO.dll) Version: 79.0.0.0 (79.0.0.0)
Syntax
Parameters
- line
- Type: System Int32
The line number. Must be in the range 0 to 23 inclusive.
Exceptions
| Exception | Condition |
|---|---|
| ObjectDisposedException | If this CogIOMCB object has already been disposed. |
| ArgumentOutOfRangeException | If the line argument is less than zero or greater than 23. |
| InvalidOperationException | If the specified line is not currently enabled. |
| InvalidOperationException | If the port associated with the specified line is not currently configured for output. |
See Also