Smart_SetDigitalOutputs_GenICam
Set digital outputs.
Syntax
C++
Python
def Smart_SetDigitalOutputs_GenICam( state: Smart_State, inIpAddress: str, inVal1: bool, inVal2: bool, inVal3: bool, inVal4: bool, /, *, inDeviceID: GenAddress | None = None ) -> outIsRemote: bool
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | Smart_State | ||
![]() |
inIpAddress | str | ||
![]() |
inDeviceID | GenAddress | None | None | Tries to find the camera in all available IDs (UserID, VendorName, ModelName...) |
![]() |
inVal1 | bool | ||
![]() |
inVal2 | bool | ||
![]() |
inVal3 | bool | ||
![]() |
inVal4 | bool | ||
![]() |
outIsRemote | bool |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.



