CogIOMCB WriteSyncPulse Method Cognex VisionPro
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.IO
Assembly: Cognex.VisionPro.QuickBuild.IO (in Cognex.VisionPro.QuickBuild.IO.dll) Version: 65.1.0.0 (65.1.0.0)
Syntax

public override void WriteSyncPulse(
	int line
)

Parameters

line
Type: System Int32
The line number. Must be in the range 0 to 23 inclusive.
Exceptions

ExceptionCondition
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