Skip to content

Commit

Permalink
Removing cdots
Browse files Browse the repository at this point in the history
  • Loading branch information
hpretl committed Nov 6, 2024
1 parent 63c8e0b commit bcb33e7
Show file tree
Hide file tree
Showing 15 changed files with 23 additions and 23 deletions.
8 changes: 4 additions & 4 deletions figures/_fig_basic_ota_small_signal.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@ with sd.Drawing(canvas='svg') as d:
elm.Ground()
d.pop()
Ids1 = elm.SourceI().label(r'$g_\mathrm{m12} \cdot v_\mathrm{gs1}$').reverse()
Ids1 = elm.SourceI().label(r'$g_\mathrm{m12} v_\mathrm{gs1}$').reverse()
elm.Line().length(2).dot()
d.push()
Cgs34 = elm.Capacitor().label(r'$C_\mathrm{gs34}$')
elm.Vdd()
d.pop()
elm.Line().right().length(3)
Ids3 = elm.SourceI().label(r'$g_\mathrm{m34} \cdot v_\mathrm{gs34}$')
Ids3 = elm.SourceI().label(r'$g_\mathrm{m34} v_\mathrm{gs34}$')
elm.Vdd()
elm.Line().right().length(3).at(gds5.start).dot()
Ids2 = elm.SourceI().label(r'$g_\mathrm{m12} \cdot v_\mathrm{gs2}$').reverse()
Ids2 = elm.SourceI().label(r'$g_\mathrm{m12} v_\mathrm{gs2}$').reverse()
elm.Line().up().length(1).dot()
out = d.here
elm.Line().up().length(1)
Ids4 = elm.SourceI().label(r'$g_\mathrm{m34} \cdot v_\mathrm{gs34}$')
Ids4 = elm.SourceI().label(r'$g_\mathrm{m34} v_\mathrm{gs34}$')
elm.Vdd()
elm.Line().right().at(Ids2.start)
Expand Down
2 changes: 1 addition & 1 deletion figures/_fig_basic_ota_small_signal_noise.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ with sd.Drawing(canvas='svg') as d:
out = d.here
elm.Line().up().length(1).dot()
d.push()
Ids4 = elm.SourceI().label(r'$g_\mathrm{m34} \cdot V_\mathrm{gs34}$')
Ids4 = elm.SourceI().label(r'$g_\mathrm{m34} V_\mathrm{gs34}$')
elm.Vdd()
d.pop()
elm.Line().right().length(3)
Expand Down
6 changes: 3 additions & 3 deletions figures/_fig_basic_ota_small_signal_simplified.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ with sd.Drawing(canvas='svg') as d:
elm.Line().right().length(3).dot().idot(open=True)
d.push()
Ids1 = elm.SourceI().label(r'$g_\mathrm{m12} \cdot v_\mathrm{gs1}$').reverse()
Ids1 = elm.SourceI().label(r'$g_\mathrm{m12} v_\mathrm{gs1}$').reverse()
elm.Line().length(2).dot()
d.push()
Cgs34 = elm.Capacitor().label(r'$C_\mathrm{gs34}$')
Expand All @@ -30,11 +30,11 @@ with sd.Drawing(canvas='svg') as d:
d.move(dx=7)
elm.Ground()
Ids2 = elm.SourceI().label(r'$g_\mathrm{m12} \cdot v_\mathrm{gs2}$').reverse()
Ids2 = elm.SourceI().label(r'$g_\mathrm{m12} v_\mathrm{gs2}$').reverse()
elm.Line().up().length(1).dot()
out = d.here
elm.Line().up().length(1)
Ids4 = elm.SourceI().label(r'$g_\mathrm{m34} \cdot v_\mathrm{gs34}$')
Ids4 = elm.SourceI().label(r'$g_\mathrm{m34} v_\mathrm{gs34}$')
elm.Vdd()
# gds2 = elm.Resistor().up().label('gds2')
Expand Down
6 changes: 3 additions & 3 deletions figures/_fig_basic_ota_small_signal_zout.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ with sd.Drawing(canvas='svg') as d:
elm.Ground()
d.pop()
Ids1 = elm.SourceI().label(r'$g_\mathrm{m1} \cdot v_\mathrm{gs1}$').reverse()
Ids1 = elm.SourceI().label(r'$g_\mathrm{m1} v_\mathrm{gs1}$').reverse()
elm.Line().length(2).dot()
d.push()
Cgs34 = elm.Resistor().label(r'$g_\mathrm{m34}$')
elm.Vdd()
d.pop()
elm.Line().right().length(3).at(gds5.start).dot()
Ids2 = elm.SourceI().label(r'$g_\mathrm{m2} \cdot v_\mathrm{gs2}$').reverse()
Ids2 = elm.SourceI().label(r'$g_\mathrm{m2} v_\mathrm{gs2}$').reverse()
elm.Line().up().length(1).dot()
out = d.here
elm.Line().up().length(1)
Ids4 = elm.SourceI().label(r'$g_\mathrm{m34} \cdot v_\mathrm{gs34}$')
Ids4 = elm.SourceI().label(r'$g_\mathrm{m34} v_\mathrm{gs34}$')
elm.Vdd()
elm.Line().right().at(Ids2.start)
Expand Down
2 changes: 1 addition & 1 deletion figures/_fig_cascode_small_signal.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ with sd.Drawing(canvas='svg') as d:
Cgd = elm.Capacitor().right().length(3).label(r'$C_\mathrm{gd}$').dot()
d.push()
Ids1 = elm.SourceI().down().label(r'$g_\mathrm{m} \cdot v_\mathrm{gs}$')
Ids1 = elm.SourceI().down().label(r'$g_\mathrm{m} v_\mathrm{gs}$')
elm.Line().right().length(3)
Gds = elm.Resistor().up().label(r'$g_\mathrm{ds}$')
Expand Down
2 changes: 1 addition & 1 deletion figures/_fig_cascode_small_signal_simplified.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ with sd.Drawing(canvas='svg') as d:
d.pop()
d.move(dx=3)
d.push()
Ids1 = elm.SourceI().down().label(r'$g_\mathrm{m} \cdot v_\mathrm{gs}$')
Ids1 = elm.SourceI().down().label(r'$g_\mathrm{m} v_\mathrm{gs}$')
elm.Line().right().length(3)
Gds = elm.Resistor().up().label(r'$g_\mathrm{ds}$')
Expand Down
2 changes: 1 addition & 1 deletion figures/_fig_cascode_small_signal_simplified_in.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ with sd.Drawing(canvas='svg') as d:
d.pop()
d.move(dx=3)
d.push()
Ids1 = elm.SourceI().down().label(r'$g_\mathrm{m} \cdot v_\mathrm{gs}$')
Ids1 = elm.SourceI().down().label(r'$g_\mathrm{m} v_\mathrm{gs}$')
elm.Line().right().length(3).label(r'$v_\mathrm{in}$')
Gds = elm.Resistor().up().label(r'$g_\mathrm{ds}$')
Expand Down
2 changes: 1 addition & 1 deletion figures/_fig_cascode_small_signal_simplified_out.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ with sd.Drawing(canvas='svg') as d:
d.pop()
d.move(dx=3)
d.push()
Ids1 = elm.SourceI().down().label(r'$g_\mathrm{m} \cdot v_\mathrm{gs}$')
Ids1 = elm.SourceI().down().label(r'$g_\mathrm{m} v_\mathrm{gs}$')
elm.Line().right().length(3)
Gds = elm.Resistor().up().label(r'$g_\mathrm{ds}$')
Expand Down
2 changes: 1 addition & 1 deletion figures/_fig_differential_pair_cm.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ with sd.Drawing(canvas='svg') as d:
elm.Gap().down().label(['+', r'$v_\mathrm{gs}$', '-'])
elm.Line().right().length(3).dot().idot(open=True)
d.push()
Ids = elm.SourceI().up().label(r'$g_\mathrm{m} \cdot v_\mathrm{gs}$').reverse()
Ids = elm.SourceI().up().label(r'$g_\mathrm{m} v_\mathrm{gs}$').reverse()
elm.Line().up().dot(open=True).length(1).label(r'$i_\mathrm{out}$', 'right')
d.pop()
Gds = elm.Resistor().down().label(r'$g_\mathrm{tail}$')
Expand Down
2 changes: 1 addition & 1 deletion figures/_fig_mosfet_diode_openloop.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ with sd.Drawing(canvas='svg') as d:
elm.DotDotDot()
elm.Line().right().length(0.5).dot()
Ids1 = elm.SourceI().down().label(r'$g_\mathrm{m} \cdot v_\mathrm{in}$').dot()
Ids1 = elm.SourceI().down().label(r'$g_\mathrm{m} v_\mathrm{in}$').dot()
elm.Ground()
d.push()
elm.Line().left().length(3)
Expand Down
2 changes: 1 addition & 1 deletion figures/_fig_mosfet_diode_small_signal.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ with sd.Drawing(canvas='svg') as d:
Cgs = elm.Capacitor().up().label(r'$C_\mathrm{gs}$')
d.push()
elm.Line().right().length(3).dot()
Ids1 = elm.SourceI().down().label(r'$g_\mathrm{m} \cdot v_\mathrm{gs}$').dot()
Ids1 = elm.SourceI().down().label(r'$g_\mathrm{m} v_\mathrm{gs}$').dot()
elm.Ground()
d.push()
elm.Line().left().length(3)
Expand Down
2 changes: 1 addition & 1 deletion figures/_fig_mosfet_diode_small_signal_w_noise.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ with sd.Drawing(canvas='svg') as d:
Cgs = elm.Capacitor().up().label(r'$C_\mathrm{gs}$')
d.push()
elm.Line().right().length(3).dot()
Ids1 = elm.SourceI().down().label(r'$g_\mathrm{m} \cdot v_\mathrm{gs}$').dot()
Ids1 = elm.SourceI().down().label(r'$g_\mathrm{m} v_\mathrm{gs}$').dot()
elm.Ground()
d.push()
elm.Line().left().length(3)
Expand Down
4 changes: 2 additions & 2 deletions figures/_fig_mosfet_small_signal_model.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ with sd.Drawing(canvas='svg') as d:
d.pop()
Cgd = elm.Capacitor().right().length(3).label(r'$C_\mathrm{gd}$').dot()
d.push()
Ids1 = elm.SourceI().down().label(r'$g_\mathrm{m} \cdot v_\mathrm{gs}$')
Ids1 = elm.SourceI().down().label(r'$g_\mathrm{m} v_\mathrm{gs}$')
elm.Line().right().length(3).dot()
d.push()
Ids2 = elm.SourceI().up().label(r'$g_\mathrm{mb} \cdot v_\mathrm{sb}$').dot()
Ids2 = elm.SourceI().up().label(r'$g_\mathrm{mb} v_\mathrm{sb}$').dot()
d.pop()
elm.Line().right().length(2).dot()
d.push()
Expand Down
2 changes: 1 addition & 1 deletion figures/_fig_mosfet_small_signal_model_simplified.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ with sd.Drawing(canvas='svg') as d:
d.pop()
Cgd = elm.Capacitor().right().length(3).label(r'$C_\mathrm{gd}$').dot()
d.push()
Ids1 = elm.SourceI().down().label(r'$g_\mathrm{m} \cdot v_\mathrm{gs}$')
Ids1 = elm.SourceI().down().label(r'$g_\mathrm{m} v_\mathrm{gs}$')
elm.Line().right().length(2).dot()
d.push()
Expand Down
2 changes: 1 addition & 1 deletion figures/_fig_voltage_buffer_ota_noise_zout.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ with sd.Drawing(canvas='svg') as d:
elm.Ground()
elm.Line().at(op.out).right().length(1.5)
elm.CurrentLabelInline(direction='in').label(r'$g_\mathrm{m12} \cdot V_\mathrm{i}$')
elm.CurrentLabelInline(direction='in').label(r'$g_\mathrm{m12} V_\mathrm{i}$')
elm.Line().at(op.out).length(1).dot()
d.push()
Expand Down

0 comments on commit bcb33e7

Please sign in to comment.