Skip to content

Commit f5a9122

Browse files
committed
updates
1 parent 11acfba commit f5a9122

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

source/user/manual/output/nodeResponse.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,18 @@ nodeResponse
99

1010
.. py:method:: Model.nodeResponse(node, dof, response)
1111
12+
Return the response at a specified node and degree of freedom.
13+
14+
:param |integer| node: The tag of the :ref:`node` whose response is sought.
15+
:param |integer| dof: The degree of freedom at the node (between 1 and :py:attr:`Model.ndf`, inclusive).
16+
:param str response: The type of response to return, such as "displacement", "velocity", "acceleration", etc.
17+
:returns: A |float| representing the requested response at the specified node and degree of freedom.
18+
1219
.. tab:: Tcl
1320

14-
.. function:: nodeResponse node dof response
21+
.. function:: nodeResponse node? dof? response?
22+
23+
The following table lists the available responses that can be requested:
1524

1625
.. csv-table::
1726
:header: "Name", "Description"

0 commit comments

Comments
 (0)