etherlab/EthercatCIA402Slave.py
changeset 2375 cfa68a06a24d
parent 2364 4ea781f30555
child 2380 b35bce45bc5a
--- a/etherlab/EthercatCIA402Slave.py	Sat Sep 29 13:04:33 2018 +0300
+++ b/etherlab/EthercatCIA402Slave.py	Sat Sep 29 13:29:20 2018 +0300
@@ -112,16 +112,20 @@
     EditorType = CIA402NodeEditor
 
     ConfNodeMethods = [
-        {"bitmap" : "CIA402AxisRef",
-         "name" : _("Axis Ref"),
-         "tooltip" : _("Initiate Drag'n drop of Axis ref located variable"),
-         "method" : "_getCIA402AxisRef",
-         "push": True},
-        {"bitmap" : "CIA402NetPos",
-         "name" : _("Axis Pos"),
-         "tooltip" : _("Initiate Drag'n drop of Network position located variable"),
-         "method" : "_getCIA402NetworkPosition",
-         "push": True},
+        {
+            "bitmap": "CIA402AxisRef",
+            "name": _("Axis Ref"),
+            "tooltip": _("Initiate Drag'n drop of Axis ref located variable"),
+            "method": "_getCIA402AxisRef",
+            "push": True,
+        },
+        {
+            "bitmap": "CIA402NetPos",
+            "name": _("Axis Pos"),
+            "tooltip": _("Initiate Drag'n drop of Network position located variable"),
+            "method": "_getCIA402NetworkPosition",
+            "push": True,
+        },
     ]
 
 # --------------------------------------------------