Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
python [2024/09/19 14:31] wikiadmin |
python [2024/09/19 15:57] (current) wikiadmin |
||
---|---|---|---|
Line 4: | Line 4: | ||
The python wrapper uses the [[https:// | The python wrapper uses the [[https:// | ||
+ | |||
+ | For the tool,copy the GEMToolRuntime.jar from the TransSECS GEMTool project into the build folder | ||
For the host,copy the GEMHostRuntime.jar from the TransSECS GEMHost project into the build folder | For the host,copy the GEMHostRuntime.jar from the TransSECS GEMHost project into the build folder | ||
- | The sample, demonstrates all the features required to collect data from a host. It can be extended to include any features available in the Java host or tool. | + | The sample, demonstrates all the features required to build a tool. It can be extended to include any features available in the Java host or tool. |
Here's the code sample from the python wrapper archive: | Here's the code sample from the python wrapper archive: | ||
Line 18: | Line 20: | ||
from jpype.types import * | from jpype.types import * | ||
- | jpype.startJVM(classpath=[' | + | jpype.startJVM(classpath=[' |
from com.ergotech.util import SimulationManager | from com.ergotech.util import SimulationManager |