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 | |
|---|---|---|---|---|
![]() |
ioState | Spinnaker_State | ||
![]() |
inDeviceID | str | None | None | Device identifying address |
![]() |
inCommandName | str | Name of command node to access | |
![]() |
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.


