I found a function LensFarfield in lenses.py, but I got the error NameError: name 'LensFarfield' is not defined, when I tried to call it. It also is not in the documentation.
I added LensFarfield into the all list in init.py and was able to call the function.