i have a calculation that uses "nearfield arbitrary points" to specify the calculated nearfield.
I want to set the fixed axis value for a cartesian plot to all of those arbitrary points.
for one point I assumed I can use:
pointlist= trace:GetFixedAxisAvailableValues("Near field arbitrary Points")
point= pointlist[i]
trace:SetFixedAxisValue("Near field arbitrary Points", point ,"m")
but it does not work. What format does SetFixedAxisValue expect for arbitrary points and how can I extract it from the output returned from GetFixedAxisAvailableValues