# NodeAccel Command
Returns the current acceleration at a specified node.
```tcl nodeAccel $nodeTag <$dof> ```
|
integer tag identifying node |
|
specific dof at the node (1 through ndf), (optional) |
NOTE:
If optional $dof is not provided, an array contaning all accceleration components for every dof at the node is returned.
## Examplesset a0 [nodeAccel $nodeTag 0]
Code Developed by: fmk