pymixef.interoperability.pharmml module¶
Conservative PharmML subset import and export.
- pymixef.interoperability.pharmml.import_pharmml(path)[source]¶
Read symbols and structural-model metadata from a PharmML document.
- Parameters:
path (str | Path)
- Return type:
InterchangeResult[dict[str, Any]]
- pymixef.interoperability.pharmml.export_pharmml(model, path)[source]¶
Export parameter declarations to a minimal, reviewable PharmML document.
- Parameters:
model (Mapping[str, Any])
path (str | Path)
- Return type:
InterchangeResult[Path]