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 | |
|---|---|---|---|---|
![]() |
ioState | BitFlow_BaseState | ||
![]() |
inBoardNumber | int | Index of board | |
![]() |
inCameraFileName | str | Camera file | |
![]() |
inRegId | int | Register Id | |
![]() |
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.



