Gocator_StopAcquisition


Stops image acquisition in a Gocator device.

Syntax

C++
Python
 
def Gocator_StopAcquisition(
	state: Gocator_State,
	/,
	*,
	inAddress: str | None = None
)
-> None

Parameters

Name Type Default Description
Input will be modified ioState Gocator_State
Input value inAddress str | None None Gocator Device identifying IP address (e.g. "127.0.0.1") or serial number (e.g. "SN:17335")