mvGenTLAcquire_SetDigitalOutput
Sets matrix vision camera digital outputs.
Syntax
C++
Python
def mvGenTLAcquire_SetDigitalOutput( state: MvGenTLAcquireState, inValue: bool, /, *, inDeviceID: str | None = None, inOutput: int = 0 ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | MvGenTLAcquireState | ||
![]() |
inDeviceID | str | None | None | Device name or serial number of device |
![]() |
inOutput | int | 0 | Index of output line |
![]() |
inValue | bool | Logic value of digital output |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


