IFM_SourceCommand


Issues a device-dependent command.

Syntax

C++
Python
 
def IFM_SourceCommand(
	state: Ifm_State,
	inAddress: IFMCameraAddress,
	inCommand: str,
	/
)
-> outResult: str

Parameters

Name Type Default Description
Input will be modified ioState Ifm_State
Input value inAddress IFMCameraAddress Device identifying address
Input value inCommand str The command to be executed
Output value outResult str Result string

Multithreaded environment

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