python

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
python [2024/09/19 14:30]
wikiadmin
python [2024/09/19 15:57] (current)
wikiadmin
Line 4: Line 4:
  
 The python wrapper uses the [[https://pypi.org/project/JPype1/|JPype]] library to directly interface with the Java code. The python wrapper uses the [[https://pypi.org/project/JPype1/|JPype]] library to directly interface with the Java code.
 +
 +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 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 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=['.', './GEMHostRuntime.jar'])+jpype.startJVM(classpath=['.', './GEMToolRuntime.jar'])
  
 from com.ergotech.util import SimulationManager from com.ergotech.util import SimulationManager
 from deploy.GEMTool import EquipmentController, HostCommandReply from deploy.GEMTool import EquipmentController, HostCommandReply
-from com.ergotech.transsecs.secs import GemHandler+from com.ergotech.transsecs.secs.gem import GemHandler
 from com.ergotech.vib.valueobjects import DoubleValueObject, LongValueObject, StringValueObject from com.ergotech.vib.valueobjects import DoubleValueObject, LongValueObject, StringValueObject
  
  • python.1726774240.txt.gz
  • Last modified: 2024/09/19 14:30
  • by wikiadmin