Recorder Command: Difference between revisions
Jump to navigation
Jump to search
(New page: This command is used to generate a recorder object which is to monitor what is happening during the analysis and generate output for the user. {| | style="background:yellow; color:black...) |
No edit summary |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{CommandManualMenu}} | |||
<noinclude>This command is used to generate a recorder object which is to monitor what is happening during the analysis and generate output for the user. | |||
{| | {| | ||
Line 6: | Line 7: | ||
|} | |} | ||
RETURNS | |||
'''>0''' an integer tag that can be used as a handle on the recorder for the [[ Remove_Command | remove recorder]] commmand. | |||
'''-1''' recorder command failed if integer '''-1''' returned. | |||
---- | |||
The | The type of recorder created and the additional arguments required depends on the '''recorderType?''' provided in the command. | ||
*[[ | The following contain information about matType? and the args required for each of the available material types:</noinclude> | ||
*[[ | *Node | ||
*[[ | **[[Node Recorder]] | ||
*[[ | **[[Node Envelope Recorder]] | ||
*[[ | **[[Drift Recorder]] | ||
*Element/Section/Fiber | |||
**[[Element Recorder]] | |||
**[[ElementEnvelopeRecorder]] | |||
*Graphics | |||
**[[Plot Recorder]] |
Latest revision as of 18:52, 11 March 2011
- Command_Manual
- Tcl Commands
- Modeling_Commands
- model
- uniaxialMaterial
- ndMaterial
- frictionModel
- section
- geometricTransf
- element
- node
- sp commands
- mp commands
- timeSeries
- pattern
- mass
- block commands
- region
- rayleigh
- Analysis Commands
- Output Commands
- Misc Commands
- DataBase Commands
This command is used to generate a recorder object which is to monitor what is happening during the analysis and generate output for the user.
recorder recorderType? arg1? ... |
RETURNS
>0 an integer tag that can be used as a handle on the recorder for the remove recorder commmand.
-1 recorder command failed if integer -1 returned.
The type of recorder created and the additional arguments required depends on the recorderType? provided in the command.
The following contain information about matType? and the args required for each of the available material types:
- Node
- Element/Section/Fiber
- Graphics