plcopen/plcopen.py
changeset 1355 9183fb765f16
parent 1346 92efd8fe3120
child 1371 3c55c99b10ab
--- a/plcopen/plcopen.py	Thu Oct 10 14:46:03 2013 +0200
+++ b/plcopen/plcopen.py	Thu Oct 10 17:04:23 2013 +0200
@@ -1943,6 +1943,9 @@
         return search_result
     setattr(cls, "Search", Search)
 
+_initElementClass("leftPowerRail", "ldObjects")
+_initElementClass("rightPowerRail", "ldObjects", "multiple")
+
 def _UpdateLDElementName(self, old_name, new_name):
     if self.variable == old_name:
         self.variable = new_name