SmartRay_LoadSmartXtractPreset


Loads SmartXtract preset data from file to SmartRay device.

Syntax

C++
Python
 
def SmartRay_LoadSmartXtractPreset(
	state: SmartRay_State,
	inAddress: str,
	inPort: int,
	inConnectionTimeout: int,
	inFile: str,
	/
)
-> None

Parameters

Name Type Range Default Description
Input will be modified ioState SmartRay_State
Input value inAddress str Device identifying address
Input value inPort int Device identifying network port
Input value inConnectionTimeout int 1 - 1000 Timeout in second
Input value inFile str

Multithreaded environment

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