Pylon_SetUserOutput
Sets Basler camera user output.
Syntax
C++
Python
def Pylon_SetUserOutput( state: Pylon_State, inValue: bool, /, *, inDeviceID: str | None = None, inUserOutput: PylonUserOutput = PylonUserOutput.UserSettableOutput1 ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | Pylon_State | ||
![]() |
inDeviceID | str | None | None | Serial number, model name, user defined name or full name of camera device to be opened |
![]() |
inUserOutput | PylonUserOutput | PylonUserOutput.UserSettableOutput1 | |
![]() |
inValue | bool |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


