Spinnaker_ExecuteCommand


Executes command in GenICam device.

Syntax

C++
Python
 
def Spinnaker_ExecuteCommand(
	state: Spinnaker_State,
	inCommandName: str,
	/,
	*,
	inDeviceID: str | None = None,
	inVerify: bool = True
)
-> None

Parameters

Name Type Default Description
Input will be modified ioState Spinnaker_State
Input value inDeviceID str | None None Device identifying address
Input value inCommandName str Name of command node to access
Input value inVerify bool True Enables AccessMode and Range verification (default = true)

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.