Go to documentation repository
The DoReactSetupCore method is used for changing to change the parameters of the system object. It The method changes only the specified parameters of the object, leaving other parameters intactunchanged.
Method call syntaxSyntax for method invocation:
Code Block | ||
---|---|---|
| ||
function DoReactSetupCore(objtype : String, id : String, param<value> [, param<value>] : String ) |
Method arguments:
Syntax for setting a value to a parameter corresponds to a stringOne parameter has the following syntax:
“param<value>”, where
param – is a name of the parameter;
value – is a value of the parameter.
Several parameters have the following syntaxSyntax for setting a value to several parameters corresponds to a string:
“param1<value1>,param2<value2>…”.
Elements of the list are separated by commas with no white spacewithout spaces.
The Possible values of the param argument can take the following values: Type – String, range – : String type, range is limited by the available parameters of the specified action. The value argument can take the following values: Type – String, range – reaction. Possible values of the value argument: String type, range depends on the parameter that you want to set.
Usage examples
Problem. When Macro 1 startsExample. On macro 1, set the values of the following parameters of Cameras №1cameras 1-4: PTZ device number (telemetry_id) and synchronous microphone number number of the microphone for synchronous recording (audio_id). The values should must be equal to the camera numbers plus 1.
...