{
    "name": "Baseline Calibration",
    "phases": [
        {
            "name": "Preinfusion",
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 3,
                "time": 4000,
                "curve": "LINEAR"
            },
            "restriction": 4,
            "stopConditions": {
                "time": 4000
            }
        },
        {
            "name": "Ramp",
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 9,
                "time": 3000,
                "curve": "LINEAR",
                "start": 3
            },
            "restriction": 9,
            "stopConditions": {
                "time": 3000
            }
        },
        {
            "name": "Hold",
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 9,
                "time": 30000,
                "curve": "INSTANT",
                "start": 9
            },
            "restriction": 10,
            "stopConditions": {
                "weight": 36
            }
        }
    ],
    "recipe": [],
    "waterTemperature": 93,
    "globalStopConditions": {
        "weight": 36
    }
}