recording_point.__init__
- recording_point.__init__(x=0, y=0, z=0, ID=0, method='PSA')[source]
Instantiation of a recording point.
- 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
ID (int) – electrode identification number, set to 0 by default
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”