ICImagingControl_SetDigitalOutputState
Sets digital IO line state.
Syntax
C++
Python
def ICImagingControl_SetDigitalOutputState( state: ICImagingControlState, /, *, inDeviceID: str | None = None, inOutputState: bool = False ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | ICImagingControlState | ||
![]() |
inDeviceID | str | None | None | Serial number, display name, unique name or base name of the camera |
![]() |
inOutputState | bool | False | Digital output state |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


