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
Input will be modified ioState SmartRay_State
Input value inAddress str Device identifying address
Input value inPort int Device identifying network port
Input value 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.