BitFlow_SetGPOutPin


Sets R64 GPOUT pins.

Syntax

C++
Python
 
def BitFlow_SetGPOutPin(
	state: BitFlow_BaseState,
	inBoardNumber: int,
	inCameraFileName: str,
	inOutput: int,
	inValue: bool,
	/
)
-> None

Parameters

Name Type Range Default Description
Input will be modified ioState BitFlow_BaseState
Input value inBoardNumber int Index of board
Input value inCameraFileName str Camera file
Input value inOutput int 0 - 6 output
Input value inValue bool pin enabled

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.