Varactor
Varactor diode. See https://en.wikipedia.org/wiki/Varicap
Note: this model is in beta. Please contact us if you find any unusual behavior.
Example usage
flux.simulationModel = { type: "varactor", baseCapacitance: 4e-12, map_anode_to_terminal_uid: "your-terminal-element-uid", map_cathode_to_terminal_uid: "your-terminal-element-uid"}Fields
| Name | Type | Default | Description |
|---|---|---|---|
type | "varactor" | The type of this object, always the string literal "varactor" | |
baseCapacitance | number | 4e-12 | Capacitance @ 0V (F) |
map_anode_to_terminal_uid | string | The terminal ID corresponding to the diode's anode. | |
map_cathode_to_terminal_uid | string | The terminal ID corresponding to the diode's cathode. |
Was this page helpful?