From 554c9f7dd8831e6d38caba72e8c662238357e797 Mon Sep 17 00:00:00 2001 From: alexander Date: Mon, 9 Feb 2026 09:03:41 +0100 Subject: [PATCH] Fixed Nullor --- src/cheatsheets/Schaltungstheorie.typ | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/src/cheatsheets/Schaltungstheorie.typ b/src/cheatsheets/Schaltungstheorie.typ index 1d329b8..d7320ba 100644 --- a/src/cheatsheets/Schaltungstheorie.typ +++ b/src/cheatsheets/Schaltungstheorie.typ @@ -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