Pylon_ExecuteCommand


Executes command in Basler device.

Syntax

C++
Python
 
def Pylon_ExecuteCommand(
	state: Pylon_State,
	inCommandName: str,
	/,
	*,
	inDeviceID: str | None = None
)
-> None

Parameters

Name Type Default Description
Input will be modified ioState Pylon_State
Input value inDeviceID str | None None Device identifying address
Input value inCommandName str Name of feature parameter

Multithreaded environment

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