Set the polarity for the specified line on this device. May
be either CogIOLinePolarity.LowToHigh or
CogIOLinePolarity.HighToLow. This parameter is used by the
Write(), SetValue(), and WriteSyncPulse() methods.
Namespace: Cognex.VisionPro.QuickBuild.IOAssembly: Cognex.VisionPro.QuickBuild.IO (in Cognex.VisionPro.QuickBuild.IO.dll) Version: 75.1.0.0 (75.1.0.0)
Syntax
Parameters
- line
- Type: System Int32
The line number. Must be in the range 0 to 23 inclusive.
- polarity
- Type: Cognex.VisionPro.QuickBuild.IO CogIOLinePolarity
The desired line polarity.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when a line's Polarity value is changed. |
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. |
See Also