Skip to content

Commit e8426ff

Browse files
kdheepakPMeira
authored andcommitted
Fix units for TotalPower
1 parent bb20ea7 commit e8426ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opendssdirect/Circuit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def SystemY():
205205

206206

207207
def TotalPower():
208-
"""(read-only) Total power, watts delivered to the circuit"""
208+
"""(read-only) Total power, kw delivered to the circuit"""
209209
return get_float64_array(lib.Circuit_Get_TotalPower)
210210

211211

0 commit comments

Comments
 (0)