Spinnaker_SetUserOutput
Sets user output value.
Syntax
C++
Python
def Spinnaker_SetUserOutput( state: Spinnaker_State, /, *, inDeviceID: str | None = None, inUserOutputSelector: int = 0, inValue: bool = False, inVerify: bool = True ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | Spinnaker_State | |||
![]() |
inDeviceID | str | None | None | Device identifying address | |
![]() |
inUserOutputSelector | int | 0 - 3 | 0 | Selects which bit of the User Output register is set by UserOutputValue. |
![]() |
inValue | bool | False | Value of the selected user output, either logic high (enabled) or logic low (disabled). | |
![]() |
inVerify | bool | True | Enables AccessMode and Range verification (default = true) |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


