SmartRay_StopAcquisition
Stops acquisition using SmartRay.
Syntax
C++
Python
def SmartRay_StopAcquisition( state: SmartRay_State, inAddress: str, inPort: int, inConnectionTimeout: int, / ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | SmartRay_State | |||
![]() |
inAddress | str | Device identifying address | ||
![]() |
inPort | int | Device identifying network port | ||
![]() |
inConnectionTimeout | int | 1 - 1000 |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


