get_central_volume_and_clearance#

pharmpy.modeling.get_central_volume_and_clearance(model)[source]#

Get the volume and clearance parameters

Parameters:

model (Model) – Pharmpy model

Returns:

  • sympy.Symbol – Volume symbol

  • sympy.Symbol – Clearance symbol

Example

>>> from pharmpy.modeling import *
>>> model = load_example_model("pheno")
>>> get_central_volume_and_clearance(model)
(V, CL)