BitFlow_GetGPOutPin
Gets R64 GPOUT pins state.
Syntax
C++
Python
def BitFlow_GetGPOutPin( state: BitFlow_BaseState, inBoardNumber: int, inCameraFileName: str, inOutput: int, / ) -> outState: bool
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | BitFlow_BaseState | |||
![]() |
inBoardNumber | int | Index of board | ||
![]() |
inCameraFileName | str | Camera file | ||
![]() |
inOutput | int | 0 - 6 | output | |
![]() |
outState | bool | pin state |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.



