" feElem.SetNode(0,2) " should do the trick.
This is a common issue writing FEMAP API through Python, since Python makes a harder distinction between how properties and methods pass arguments. Typically any time you want to write a value to a property, there is a corresponding method in the...