Analytics.Engine.setTerrHome()

Signature

void setTerrHome(String engine, String Path)

Domain

ACTION

Description

Sets the path to the base of the TERR installation (the directory containing subdirectories bin, library, and so on) that will be used for the spawned TERR engine.

Parameters

NameTypeDescription
engineStringEngine Name
PathStringTerr Home Path

Returns

TypeDescription
Void

Cautions

none

Example

Analytics.Engine.setTerrHome("engine1", terr_home_path);