recorder.set_recording_point
- recorder.set_recording_point(x, y, z, method='PSA')[source]
Set a recording point at a given location and add to the recording points list
- Parameters:
x (float) – x position of the recording point, in um
y (float) – y position of the recording point, in um
z (float) – z position of the recording point, in um
Parameters
method (string) – electrical potential approximation method, can be “PSA” (Point Source Approximation) or “LSA” (Line Source Approximation). set to “PSA” by default. Note that if LSA is requested with an anisotropic material, computation will automatically be performed using “PSA”