Code documentation#
The Model class#
Stable pole selection#
The SelectPoles class is called from the Model class by calling select_poles() method:
# Initiating the ``Model`` class
m = Model(...)
m.get_poles()
# Selecting the poles
m.select_poles()
In this case, the Model argument is passed automatically.