[][src]Module spice21::circuit

Spice21 Circuit

Roughly the "middle-end" circuit description.

Typically created from either:

  • (a) Protobuf via spice21::proto, or
  • (b) Directly for testing or in Rust use-cases

Re-exports

pub use super::proto::Diode as DiodeI;
pub use super::proto::Module as ModuleDef;
pub use super::proto::ModuleInstance as ModuleI;

Structs

Ci

Capacitor Instance

Ckt

Primary Circuit Structure

Ii

Current Source Instance

Mosi

Mos Instance

Ri

Resistance (really conductance) Instance

Vi

Voltage Source Instance

Enums

Comp

Component Enum

NodeRef

Node Reference