generate_emitter_follower
Generate a Micro-Cap .CIR emitter follower circuit: a common-collector BJT buffer that auto-biases to mid-supply and provides low output impedance, driving heavy loads without loading the source.
Instructions
Draw a .CIR emitter follower (common-collector BJT buffer).
Collector straight to the supply, output at the emitter. Voltage gain is
just under 1 (Re/(Re+re')); the value is current gain and low output
impedance — a buffer that drives a heavy load without loading the source.
The divider auto-biases the emitter at mid-supply so it can swing both ways.
Feed the result to simulate_schematic.
Args:
re: emitter resistor (sets the bias current Vcc/2 / Re).
r1, r2: base bias divider; leave unset to auto-bias, or give both.
vcc: supply voltage.
cin: input coupling capacitor.
source: input source VALUE, Micro-Cap syntax.
analysis: AC, Transient, or DC.
output_node: label for the emitter output node.
Returns the .CIR text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| r1 | No | ||
| r2 | No | ||
| re | No | 1K | |
| cin | No | 10U | |
| vcc | No | 12 | |
| source | No | AC=1 | |
| analysis | No | AC | |
| output_node | No | OUT |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||