Moved note
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 32s
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 32s
This commit is contained in:
@@ -330,40 +330,40 @@
|
|||||||
align(center, [
|
align(center, [
|
||||||
*$u$-gesteuert* \
|
*$u$-gesteuert* \
|
||||||
Helmholz / Thévenin
|
Helmholz / Thévenin
|
||||||
|
|
||||||
(Strom $-I_0$ wird als $I_0$ geschrieben)
|
|
||||||
]), align(center, [
|
]), align(center, [
|
||||||
*$i$-gesteuert* \
|
*$i$-gesteuert* \
|
||||||
Mayer / Norton
|
Mayer / Norton
|
||||||
]),
|
]),
|
||||||
|
|
||||||
align(
|
[
|
||||||
horizon + center,
|
#align(
|
||||||
zap.circuit({
|
horizon + center,
|
||||||
import zap: *
|
zap.circuit({
|
||||||
import cetz.draw
|
import zap: *
|
||||||
|
import cetz.draw
|
||||||
|
|
||||||
zap.resistor("R1", (1, 0), (1, -1.5), fill: none, width: 0.8, height: 0.3)
|
zap.resistor("R1", (1, 0), (1, -1.5), fill: none, width: 0.8, height: 0.3)
|
||||||
zap.isource("I0", (0, 0), (0, -1.5), fill: none, scale: 0.6, i: (
|
zap.isource("I0", (0, 0), (0, -1.5), fill: none, scale: 0.6, i: (
|
||||||
content: $-I_0$,
|
content: $-I_0$,
|
||||||
distance: 6pt,
|
distance: 6pt,
|
||||||
label-distance: -11pt,
|
label-distance: -11pt,
|
||||||
anchor: "west",
|
anchor: "west",
|
||||||
invert: true,
|
invert: true,
|
||||||
))
|
))
|
||||||
node("N0", "R1.in")
|
node("N0", "R1.in")
|
||||||
node("N0", "R1.out")
|
node("N0", "R1.out")
|
||||||
|
|
||||||
wire("I0.out", "R1.out", (rel: (0.5, 0)))
|
wire("I0.out", "R1.out", (rel: (0.5, 0)))
|
||||||
wire("I0.in", "R1.in")
|
wire("I0.in", "R1.in")
|
||||||
wire("R1.in", (rel: (0.5, 0)), i: (content: $i$, invert: true))
|
wire("R1.in", (rel: (0.5, 0)), i: (content: $i$, invert: true))
|
||||||
|
|
||||||
cetz.draw.content((0.62, -0.75), [$G_i$])
|
cetz.draw.content((0.62, -0.75), [$G_i$])
|
||||||
cetz.draw.set-style(mark: (end: ">", fill: black, scale: 0.6))
|
cetz.draw.set-style(mark: (end: ">", fill: black, scale: 0.6))
|
||||||
cetz.draw.content((1.7, -0.75), [$u$])
|
cetz.draw.content((1.7, -0.75), [$u$])
|
||||||
cetz.draw.line((1.5, -0.1), (1.5, -1.4), stroke: 0.5pt)
|
cetz.draw.line((1.5, -0.1), (1.5, -1.4), stroke: 0.5pt)
|
||||||
}),
|
}),
|
||||||
),
|
)
|
||||||
|
],
|
||||||
align(
|
align(
|
||||||
horizon + center,
|
horizon + center,
|
||||||
zap.circuit({
|
zap.circuit({
|
||||||
@@ -413,7 +413,11 @@
|
|||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
Bei Dualwandlung, einfach Ersetzung durchführen
|
- Bei Dualwandlung, einfach Ersetzung durchführen
|
||||||
|
|
||||||
|
- Bei explizit: *Mayer-Norten*: $-I_0$ als $I_0$ schreiben und $-$ in die Variable reinziehen.
|
||||||
|
|
||||||
|
*NICHT* die Pfeilrichtung ändern!
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user