10000 DOC: Update NaN case return of StateSpace.dcgain · jamestpp/python-control@ee75d9a · GitHub
[go: up one dir, main page]

Skip to content

Commit ee75d9a

Browse files
committed
DOC: Update NaN case return of StateSpace.dcgain
following changes from commit 310f580 [ci skip]
1 parent 78a03c2 commit ee75d9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

control/statesp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -608,8 +608,8 @@ def dcgain(self):
608608
Returns
609609
-------
610610
gain : ndarray
611-
The zero-frequency gain, or np.nan if the system has a pole
612-
at the origin
611+
The zero-frequency gain, or if the system has a pole at
612+
the origin, an array of the same size filled with np.nan.
613613
"""
614614
try:
615615
if self.isctime():

0 commit comments

Comments
 (0)
0