Fixed Nullor
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 30s
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 30s
This commit is contained in:
@@ -2308,12 +2308,24 @@
|
||||
columns: (auto, auto, auto, auto, auto),
|
||||
[*Name*], [*Schaltbild*], [*Ersatz-Schaltbild*], [*Eigenschaften*], [*Beschreibung*],
|
||||
|
||||
[Nullor], [], [#scale(x: 50%, y: 50%, zap.circuit({
|
||||
[Nullor], [], [#zap.circuit({
|
||||
import zap: *
|
||||
import cetz.draw: content, line, rect
|
||||
joham.nullor("nullor", (0,0))
|
||||
|
||||
}))],
|
||||
joham.nullator("a", (0,0), (0,1.5), scale: 0.5)
|
||||
joham.norator("b", (0.5,0), (0.5,1.5), scale: 0.5)
|
||||
|
||||
wire("a.in", (rel: (-0.5, 0)))
|
||||
wire("a.out", (rel: (-0.5, 0)))
|
||||
wire("b.in", (rel: (0.5, 0)))
|
||||
wire("b.out", (rel: (0.5, 0)))
|
||||
|
||||
node("N1", (rel: (-0.5, 0), to: "a.in"), fill: false)
|
||||
node("N2", (rel: (-0.5, 0), to: "a.out"), fill: false)
|
||||
node("N3", (rel: (0.5, 0), to: "b.in"), fill: false)
|
||||
node("N4", (rel: (0.5, 0), to: "b.out"), fill: false)
|
||||
|
||||
})],
|
||||
[
|
||||
- Verlustlos
|
||||
- Reziprok
|
||||
|
||||
Reference in New Issue
Block a user