XSight_SetCompareLinearStart
Sets compare linear stop.
Syntax
C++
Python
def XSight_SetCompareLinearStart( state: XSight_State, inChannel: int, inStartPosition: int, inRepeatTimes: int, inInterval: int, /, *, inDeviceIndex: int | None = None ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | XSight_State | |||
![]() |
inDeviceIndex | int | None | 0 - ![]() |
None | Device identifying number |
![]() |
inChannel | int | 1 - ![]() |
Encoder channel | |
![]() |
inStartPosition | int | The first comparison position | ||
![]() |
inRepeatTimes | int | 0 - 15 | Number of comparison, 0 means unlimited comparison times | |
![]() |
inInterval | int | 0 - ![]() |



