|
@@ -232,7 +232,7 @@ Element function modify(model : Element, write : Boolean):
|
|
|
if (is_edge(model["model"][cmd])):
|
|
|
output("Source: " + reverseKeyLookup(model["model"], read_edge_src(model["model"][cmd])))
|
|
|
output("Destination: " + reverseKeyLookup(model["model"], read_edge_dst(model["model"][cmd])))
|
|
|
- if (has_physical_value(model["model"][cmd])):
|
|
|
+ if (has_value(model["model"][cmd])):
|
|
|
output("Value: " + cast_v2s(model["model"][cmd]))
|
|
|
output("Defines attributes:")
|
|
|
attr_list_pn = getInstantiatableAttributes(model, cmd)
|