beremiz
Clone
Summary
Browse
Changes
Graph
Changed python_gear ratio type from USINT to UINT, less restrictive regarding range
2014-03-17, Edouard Tisserant
4c130dba8366
Changed python_gear ratio type from USINT to UINT, less restrictive regarding range
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")