Location: Cardiovascular model with the feedback loops @ 4007df654672 / simulation.json

Author:
David Nickerson <david.nickerson@gmail.com>
Date:
2024-07-19 16:13:22+12:00
Desc:
fix typo in RST
Permanent Source URI:
https://models.fieldml.org/workspace/b6e/rawfile/4007df6546726d49f979de277d4302a7d4785aaf/simulation.json

{
    "input": [
      {
        "defaultValue": 800,
        "id": "sp1",
        "maximumValue": 1500,
        "minimumValue": 500,
        "name": "Stimulation period for activity (ms)"
      },
      {
        "defaultValue": 20000,
        "id": "sp2",
        "maximumValue": 40000,
        "minimumValue": 5000,
        "name": "Duration of activity (ms)"
      }
    ],
    "output": {
      "data": [
        {
          "id": "time",
          "name": "main/time"
        },
        {
          "id": "V",
          "name": "membrane/V"
        },
        {
          "id": "ABP",
          "name": "cvs/u_sa"
        },
        {
          "id": "stim_period",
          "name": "membrane/stim_period"
        }
      ],
      "plots": [
        {
          "xAxisTitle": "Time (ms)",
          "xValue": "time",
          "yAxisTitle": "Membrane potential (mV)",
          "yValue": "V"
        },
        {
          "xAxisTitle": "Time (ms)",
          "xValue": "time",
          "yAxisTitle": "Arterial blood pressure (mmHg)",
          "yValue": "ABP"
        },
        {
          "xAxisTitle": "Time (ms)",
          "xValue": "time",
          "yAxisTitle": "Stimulation period (ms)",
          "yValue": "stim_period"
        }
      ]
    },
    "parameters": [
      {
        "name": "membrane/act_period",
        "value": "sp1"
      },
      {
        "name": "membrane/act_duration",
        "value": "sp2"
      }
    ]
  }