{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.calculatorx.com/schemas/electrical.opamp.noise.input.json",
  "title": "Op-amp Noise — input",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "mode": {
      "type": "string",
      "enum": [
        "noninv",
        "inv"
      ]
    },
    "Rf_ohm": {
      "type": "number",
      "exclusiveMinimum": 0
    },
    "Rg_ohm": {
      "type": "number",
      "exclusiveMinimum": 0
    },
    "en_V_rtHz": {
      "type": "number",
      "exclusiveMinimum": 0
    },
    "BW_Hz": {
      "type": "number",
      "exclusiveMinimum": 0
    },
    "in_A_rtHz": {
      "type": "number",
      "minimum": 0
    },
    "Rsource_ohm": {
      "type": "number",
      "minimum": 0
    }
  },
  "required": [
    "Rf_ohm",
    "Rg_ohm",
    "en_V_rtHz",
    "BW_Hz"
  ],
  "description": "Flat-band op-amp output noise from en, gain, and bandwidth. (calculation_version 1.0.0)"
}
