@@ -1237,7 +1237,7 @@ def _determine_omega_vector(syslist, omega_in, omega_limits, omega_num,
|
1237 | 1237 | omega_num : int |
1238 | 1238 | Number of points to be used for the frequency |
1239 | 1239 | range (if the frequency range is not user-specified) |
1240 | | - Hz : bool. optional |
| 1240 | + Hz : bool, optional |
1241 | 1241 | If True, the limits (first and last value) of the frequencies |
1242 | 1242 | are set to full decades in Hz so it fits plotting with logarithmic |
1243 | 1243 | scale in Hz otherwise in rad/s. Omega is always returned in rad/sec. |
@@ -1286,7 +1286,7 @@ def _default_frequency_range(syslist, Hz=None, number_of_samples=None,
|
1286 | 1286 | ---------- |
1287 | 1287 | syslist : list of LTI |
1288 | 1288 | List of linear input/output systems (single system is OK) |
1289 | | - Hz : bool. optional |
| 1289 | + Hz : bool, optional |
1290 | 1290 | If True, the limits (first and last value) of the frequencies |
1291 | 1291 | are set to full decades in Hz so it fits plotting with logarithmic |
1292 | 1292 | scale in Hz otherwise in rad/s. Omega is always returned in rad/sec. |
|