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