|
Prado EFO PVA
|


Public Member Functions | |
| def | __init__ (self, name, time, qIn=[]) |
| def | calc_qout (self) |
Public Member Functions inherited from junction.JunctionBase | |
| def | append_qin (self, qIn) |
| def | get_qout (self, *tsOffset=0) |
| def | set_qout (self, qOutSpecified, *tsOffset=0) |
| def | __subclasshook__ (cls, C) |
Additional Inherited Members | |
Public Attributes inherited from junction.JunctionBase | |
| name | |
| qIn | |
| T | |
| qOut | |
| qInTot | |
Definition at line 66 of file junction.py.
| def junction.Junction.__init__ | ( | self, | |
| name, | |||
| time, | |||
qIn = [] |
|||
| ) |
Reimplemented from junction.JunctionBase.
Definition at line 67 of file junction.py.
| def junction.Junction.calc_qout | ( | self | ) |
Reimplemented from junction.JunctionBase.
Definition at line 71 of file junction.py.