neat.CompartmentTree.get_e_eq¶
- CompartmentTree.get_e_eq(indexing='locs')[source]¶
Get the equilibrium potentials at each node.
- Parameters:
indexing ('locs' or 'tree') – The ordering of the returned array. If ‘locs’, returns the array in the order of the list of locations to which the tree is fitted. If ‘tree’, returns the array in the order in which nodes appear during iteration
- Returns:
The equilibrium potentials
- Return type:
np.array