[][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

Structs

Ckt

Primary Circuit Structure

Ds

Diode

Vs

Voltage Source

Enums

Comp

Component Enum. Circuits are mostly a list of these variants.

NodeRef

Node Reference