How do I set a field position (say field coordinate to a variable using ZOS-API in Python?
I am accessing the Fields information using
Fields = TheSystem.SystemData.Fields
It seems like the methods within the Fields object are slightly different to the MCE or LDE editors, as I can get a single field doing Fields.GetField(2) but I cannot find a method like SetSolveData(solve), which would work in the MCE.
Any idea on how to set a field coordinate to a variable?
Thanks.