Fix Axis_Ref type defined in VariableLocationTree
authorLaurent Bessard
Thu, 18 Oct 2012 01:23:35 +0200
changeset 2083 0f7ab170c862
parent 2082 caae3ad2d03b
child 2084 579af800b359
Fix Axis_Ref type defined in VariableLocationTree
etherlab/etherlab.py
--- a/etherlab/etherlab.py	Wed Oct 17 19:12:08 2012 +0200
+++ b/etherlab/etherlab.py	Thu Oct 18 01:23:35 2012 +0200
@@ -209,7 +209,7 @@
             children = [{"name": "%s Axis Ref" % (axis_name),
                          "type": LOCATION_VAR_INPUT,
                          "size": "W",
-                         "IEC_type": "INT",
+                         "IEC_type": "AXIS_REF",
                          "var_name": axis_name,
                          "location": "%%IW%s.0" % (".".join(map(str, current_location))),
                          "description": "",