XSight_GetOutputPulseConfiguration
Gets output pulse configuration.
Syntax
C++
Python
def XSight_GetOutputPulseConfiguration( state: XSight_State, inPort: int, /, *, inDeviceIndex: int | None = None ) -> ( outDelay: int, outWidth: int, outCycle: int, outCount: int, outSource: int )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | XSight_State | |||
![]() |
inDeviceIndex | int | None | 0 - ![]() |
None | Device identifying number. |
![]() |
inPort | int | 1 - 16 | Output port description number. | |
![]() |
outDelay | int | Output delay in us unit. | ||
![]() |
outWidth | int | Pulse width in us unit. | ||
![]() |
outCycle | int | Pulse cycle in us unit. | ||
![]() |
outCount | int | |||
![]() |
outSource | int | Source index depends on port operation mode |




