@@ -99,8 +99,8 @@ argument::
9999 mag, phase, omega = response(squeeze=False)
100100
101101Frequency response objects are also available as named properties of the
102- `response ` object: `response.magnitude `, `response.phase `, and
103- `response.response ` (for the complex response). For MIMO systems, these
102+ `` response `` object: `` response.magnitude `` , `` response.phase ` `, and
103+ `` response.response ` ` (for the complex response). For MIMO systems, these
104104elements of the frequency response can be accessed using the names of the
105105inputs and outputs::
106106
@@ -109,9 +109,9 @@ inputs and outputs::
109109where the signal names are based on the system that generated the frequency
110110response.
111111
112- Note: The `fresp ` data member is stored as a NumPy array and cannot be
113- accessed with signal names. Use `response.response ` to access the complex
114- frequency response using signal names.
112+ Note: The `` fresp ` ` data member is stored as a NumPy array and cannot be
113+ accessed with signal names. Use `` response.response `` to access the
114+ complex frequency response using signal names.
115115
116116Discrete time systems
117117---------------------
@@ -157,8 +157,8 @@ names::
157157
158158Signal names for an indexed subsystem are preserved from the original
159159system and the subsystem name is set according to the values of
160- `control.config.defaults['iosys.indexed_system_name_prefix'] ` and
161- `control.config.defaults['iosys.indexed_system_name_suffix'] `. The default
160+ `` control.config.defaults['iosys.indexed_system_name_prefix'] ` ` and
161+ `` control.config.defaults['iosys.indexed_system_name_suffix'] ` `. The default
162162subsystem name is the original system name with '$indexed' appended.
163163
164164Simulating LTI systems
@@ -271,7 +271,7 @@ such as the :func:`step_response` function applied to a MIMO system,
271271which will compute the step response for each input/output pair. See
272272:class: `TimeResponseData ` for more details.
273273
274- The input, output, and state elements of the response can be access using
274+ The input, output, and state elements of the response can be accessed using
275275signal names in place of integer offsets::
276276
277277 plt.plot(response. time, response.states['x[1]']
0 commit comments