IFM_SetDigitalOutput
Sets the logic state of a specific io.
Syntax
C++
Python
def IFM_SetDigitalOutput( state: Ifm_State, inAddress: IFMCameraAddress, inNumber: int, inState: bool, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | Ifm_State | ||
![]() |
inAddress | IFMCameraAddress | Device identifying address | |
![]() |
inNumber | int | Digital output number | |
![]() |
inState | bool | Output state |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


