VisionBox_GetTriggerGeneratorConfiguration
Gets trigger generator configuration.
Syntax
C++
Python
def VisionBox_GetTriggerGeneratorConfiguration( state: VisionBox_State, inConfigCommand: str, / ) -> outValue: int
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | VisionBox_State | ||
![]() |
inConfigCommand | str | String with value to read | |
![]() |
outValue | int | Requested value |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.



