BitFlow_GetRegisterName


Gets a register name.

Syntax

C++
Python
 
def BitFlow_GetRegisterName(
	state: BitFlow_BaseState,
	inBoardNumber: int,
	inCameraFileName: str,
	inRegId: int,
	/
)
-> outName: str

Parameters

Name Type Default Description
Input will be modified ioState BitFlow_BaseState
Input value inBoardNumber int Index of board
Input value inCameraFileName str Camera file
Input value inRegId int Register Id
Output value outName str Register name

Multithreaded environment

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