GoPxL_StopAcquisition


Stops image acquisition in a GoPxL device.

Syntax

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

Parameters

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