Z4Sight_SetUserBit
Set value of user bit
Syntax
C++
Python
def Z4Sight_SetUserBit( state: Z4Sight_State, inValue: bool, /, *, inDeviceID: Z4SightSystemAndDeviceIdentifier | None = None, inBitIndex: int = 0 ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | Z4Sight_State | |||
![]() |
inDeviceID | Z4SightSystemAndDeviceIdentifier | None | None | Device identification. | |
![]() |
inBitIndex | int | 0 - 63 | 0 | User bit index |
![]() |
inValue | bool | Value to be set |


