Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetVoltage ¶
NetVoltage tracks which component (Source or Regulator) provided a specific voltage to an electrical Net.
type Result ¶
type Result struct {
NetVoltages map[string]NetVoltage
Conflicts []string
}
Result holds the final state of the circuit's power distribution and any illegal wiring found during analysis.
Click to show internal directories.
Click to hide internal directories.