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 | |
|---|---|---|---|---|
![]() |
ioState | Ifm_State | ||
![]() |
inAddress | IFMCameraAddress | Device identifying address | |
![]() |
inCommand | str | The command to be executed | |
![]() |
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.



