MNAStamp
- class pmrf.rf.MNAStamp(Y: Array, B: Array, C: Array, D: Array)
Bases:
ModuleRepresents an MNA stamp.
- B: Array
(nf, n, k)
- Type:
Maps auxiliary variables to node currents. Shape
- C: Array
(nf, k, n)
- Type:
Maps node voltages to auxiliary constraints. Shape
- D: Array
(nf, k, k)
- Type:
Auxiliary variable relationships. Shape
- Y: Array
(nf, n, n)
- Type:
Nodal admittance matrix. Shape
- property num_aux: int
- property num_ports: int