Skip to content
Snippets Groups Projects
Commit 0b027f0d authored by Oliver Rostig's avatar Oliver Rostig
Browse files

function instruction

parent 5f2d2363
Branches
No related tags found
No related merge requests found
......@@ -17,7 +17,9 @@ def defFunction(functionname, file, indent, inargs):
file.write(inargs[i])
file.write("):\n")
writeindent = writeindent + " "
file.write(writeindent + """#ToDo: Write an algorithm that fits the description of the function.
file.write(writeindent + """#ToDo: Write an algorithm that fits the description of the function.
# Use "await" before changing values and cast to Ua Varianttype
# Use get and set_value to change the value at a given nodeid e.g: await testvar.set_value(ua.Variant(position))
pass
""")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment