# HG changeset patch # User Laurent Bessard # Date 1350516215 -7200 # Node ID 0f7ab170c862e6d5aa4a993eeef891a48f739bc7 # Parent caae3ad2d03bc317d754e806bbc10c1ea4bdac2a Fix Axis_Ref type defined in VariableLocationTree diff -r caae3ad2d03b -r 0f7ab170c862 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": "",