Smart_SetDigitalOutputs
Sets digital outputs using AvSMART interface.
Syntax
C++
Python
def Smart_SetDigitalOutputs( state: Smart_State, inIpAddress: str, inVal1: bool, inVal2: bool, inVal3: bool, inVal4: bool, / ) -> outIsRemote: bool
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | Smart_State | ||
![]() |
inIpAddress | str | ||
![]() |
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.



