XSight_SetOutputPulse
Sets output pulse.
Syntax
C++
Python
def XSight_SetOutputPulse( state: XSight_State, inPort: int, inDelay: int, inPulseWidth: int, /, *, inDeviceIndex: int | None = None ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | XSight_State | |||
![]() |
inDeviceIndex | int | None | 0 - ![]() |
None | Device identifying number. |
![]() |
inPort | int | 1 - 16 | IO port description number. | |
![]() |
inDelay | int | 0 - ![]() |
Output delay in us unit. | |
![]() |
inPulseWidth | int | 1 - ![]() |
Pulse width in us unit. |



