pymixef.interoperability.sedml module¶
SED-ML uniform-time-course subset.
- pymixef.interoperability.sedml.import_sedml(path)[source]¶
Import uniform-time-course simulations from a SED-ML document.
The result captures output grids and KiSAO algorithm identifiers. One-step, steady-state, repeated-task, and functional-range constructs are reported as
unsupported; callInterchangeResult.require_supported()to reject a partial translation.- Parameters:
path (str | Path)
- Return type:
InterchangeResult[dict[str, Any]]
- pymixef.interoperability.sedml.export_sedml(design, path)[source]¶
Export one uniform-time-course design as SED-ML Level 1 Version 4.
output_end_timeandnumber_of_pointsare required. The export records the deterministic output grid and KiSAO identifier; richer SED-ML tasks and ranges are outside this function’s supported subset.- Parameters:
design (Mapping[str, Any])
path (str | Path)
- Return type:
InterchangeResult[Path]