Skip to content

Commit ef6e92b

Browse files
committed
Add new manual on real opamps and update existing content
- Added new notebook `4.2_real_opamps.ipynb` covering real opamp characteristics and tasks. - Updated `_toc.yml` to include the new manual. - Refactored content in `4.1_opamp_basics.ipynb` for clarity and conciseness, removing redundant markdown sections.
1 parent 6003a0f commit ef6e92b

3 files changed

Lines changed: 450 additions & 40 deletions

File tree

book/_toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ parts:
3434
- file: manuals/week4/_summary.ipynb
3535
sections:
3636
- file: manuals/week4/4.1_opamp_basics.ipynb
37+
- file: manuals/week4/4.2_real_opamps.ipynb
3738
- file: manuals/week5/_summary.ipynb
3839
- file: manuals/week6/_summary.ipynb
3940
- file: manuals/week7/_summary.ipynb

book/manuals/week4/4.1_opamp_basics.ipynb

100644100755
Lines changed: 2 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -35,45 +35,7 @@
3535
"cell_type": "markdown",
3636
"id": "b037e93a",
3737
"metadata": {},
38-
"source": [
39-
"### Background\n",
40-
"```{admonition} Preparation\n",
41-
":class: tip\n",
42-
"Before starting this experiment read the textbook section on operational amplifiers: feedback, the zero-conditions (golden rules), and the non-inverting and inverting configurations.\n",
43-
"\n",
44-
"* [Textbook chapter 7: operational amplifiers](../../../theory_part/7_opamp1.md)\n",
45-
"\n",
46-
"<span style=\"background:#ff1493;color:#fff;padding:2px 8px;border-radius:4px;font-weight:700;font-size:0.85em;box-shadow:0 0 6px rgba(255,20,147,0.6);\">🚩 TODO: replace the link above with the published textbook URL or anchor for chapter 7</span>\n",
47-
"```\n",
48-
"\n",
49-
"\n",
50-
"(Task_B1_4_1)=\n",
51-
"#### Task B1: Operational amplifier basics\n",
52-
"This manual builds three circuits around a single eight-pin opamp chip (TL072CP or LM358P). The unifying idea is the **virtual short**: in a closed feedback loop, the opamp drives its output until both inputs sit at the same voltage. From that single fact you can derive the gain of every circuit you will build today.\n",
53-
"\n",
54-
"##### The chip and its supply\n",
55-
"\n",
56-
"The chip has two opamps inside one DIP-8 package. During this practical you will use one of them. \n",
57-
"\n",
58-
"```{figure} images/opamp_DIP8.svg\n",
59-
"---\n",
60-
"name: fig-opamp-pinout\n",
61-
"height: 400px\n",
62-
"---\n",
63-
"DIP-8 packaged opamp pinout\n",
64-
"```\n",
65-
"\n",
66-
"\n",
67-
"The relevant pins are:\n",
68-
"\n",
69-
"* pin 1: output of opamp 1 (the one you will use).\n",
70-
"* pin 2: inverting input of opamp 1.\n",
71-
"* pin 3: non-inverting input of opamp 1.\n",
72-
"* pin 4: negative supply, $V_- = -12\\,\\mathrm{V}$.\n",
73-
"* pin 8: positive supply, $V_+ = +12\\,\\mathrm{V}$.\n",
74-
"\n",
75-
"The two power pins may not be visible in opamp schematics below, but you must wire them every time. **The opamp will not work without both rails connected, and it can be damaged if the polarity is reversed.**"
76-
]
38+
"source": "### Background\n```{admonition} Preparation\n:class: tip\nBefore starting this experiment read the textbook section on operational amplifiers: feedback, the zero-conditions (golden rules), and the non-inverting and inverting configurations.\n\n* [Textbook chapter 7: operational amplifiers](../../../theory_part/7_opamp1.md)\n\n<span style=\"background:#ff1493;color:#fff;padding:2px 8px;border-radius:4px;font-weight:700;font-size:0.85em;box-shadow:0 0 6px rgba(255,20,147,0.6);\">🚩 TODO: replace the link above with the published textbook URL or anchor for chapter 7</span>\n```\n\n\n(Task_B1_4_1)=\n#### Task B1: Operational amplifier basics\nThis manual builds three circuits around a single eight-pin opamp chip (TL072CP or LM358P). The unifying idea is the **virtual short**: in a closed feedback loop, the opamp drives its output until both inputs sit at the same voltage. From that single fact you can derive the gain of every circuit you will build today.\n\n##### The chip and its supply\n\nThe chip has two opamps inside one DIP-8 package. During this practical you will use one of them. \n\n```{figure} images/opamp_DIP8.svg\n---\nname: fig-opamp-pinout\nheight: 400px\n---\nDIP-8 packaged opamp pinout\n```\n\n\nThe relevant pins are:\n\n* pin 1: output of opamp 1 (the one you will use).\n* pin 2: inverting input of opamp 1.\n* pin 3: non-inverting input of opamp 1.\n* pin 4: negative supply, $V_- = -12\\,\\mathrm{V}$.\n* pin 8: positive supply, $V_+ = +12\\,\\mathrm{V}$.\n\nThe two power pins may not be visible in opamp schematics below, but you must wire them every time. **The opamp will not work without both rails connected, and it can be damaged if the polarity is reversed.** The pinout figure above is drawn in the **top view** of the package (not rotated). Before wiring, identify pin 1 on your actual chip by locating the **notch or dot** on the package, and orient the chip so that the notch/dot matches the figure."
7739
},
7840
{
7941
"cell_type": "markdown",
@@ -570,4 +532,4 @@
570532
},
571533
"nbformat": 4,
572534
"nbformat_minor": 5
573-
}
535+
}

0 commit comments

Comments
 (0)