lcapy.oneport.LoadCircuit
- class lcapy.oneport.LoadCircuit(source_OP, load_OP)
Bases:
NetworkCircuit comprised of a load oneport connected in parallel with a source oneport.
Methods
__init__(source_OP, load_OP)Attributes
Current into load.
Voltage across load.
Time-domain current into load.
Time-domain voltage across load.
- property I
Current into load.
- property V
Voltage across load.
- property i
Time-domain current into load.
- property v
Time-domain voltage across load.