BuildingTcl -- addAnalysisModel: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
* [[BuildingTcl -- ]]
__NOTOC__
==Commands ==
 
:addAnalysisData AnalysisLabel $AnalysisLabel
:addAnalysisData AnalysisModelLabel $AnalysisModelLabel
:addAnalysisData $RequiredArgument1Label $RequiredArgument1Value
:addAnalysisData $RequiredArgument2Label $RequiredArgument2Value
:…
:<addAnalysisData $InputArgument1Label $InputArgument1Value>
:<addAnalysisData $InputArgument2Label $InputArgument2Value>
:…
:'''addAnalysis'''
 
==Arguments ==
 
*'''$AnalysisLabel''': Unique Analysis Label for reference
 
*'''$AnalysisModelLabel''': Specifies which AnalysisModel is being used.
 
*'''$RequiredArgument1Label $RequiredArgument1Value ...''' :Labels and corresponding values for AnalysisModel-specific required argument.
 
*'''$InputArgument1Label $InputArgument1Value …''' : Labels and corresponding values for AnalysisModel-specific Input Arguments (Optional)
 
 
==Notes ==
 
The addAnalysis command must be placed at the end of each Analysis-data definition, as it takes all data defined since the last addAnalysis command and define the Analysis.
 
 
 
==Options ==
 
* [[BuildingTcl -- AnalysisModelLabel]]




Line 5: Line 37:


----
----
Return to [[BuildingTcl Command Language Manual]]
Return to [[BuildingTcl]]
Return to [[BuildingTcl]]

Revision as of 21:48, 29 October 2009

Commands

addAnalysisData AnalysisLabel $AnalysisLabel
addAnalysisData AnalysisModelLabel $AnalysisModelLabel
addAnalysisData $RequiredArgument1Label $RequiredArgument1Value
addAnalysisData $RequiredArgument2Label $RequiredArgument2Value
<addAnalysisData $InputArgument1Label $InputArgument1Value>
<addAnalysisData $InputArgument2Label $InputArgument2Value>
addAnalysis

Arguments

  • $AnalysisLabel: Unique Analysis Label for reference
  • $AnalysisModelLabel: Specifies which AnalysisModel is being used.
  • $RequiredArgument1Label $RequiredArgument1Value ... :Labels and corresponding values for AnalysisModel-specific required argument.
  • $InputArgument1Label $InputArgument1Value … : Labels and corresponding values for AnalysisModel-specific Input Arguments (Optional)


Notes

The addAnalysis command must be placed at the end of each Analysis-data definition, as it takes all data defined since the last addAnalysis command and define the Analysis.


Options




Return to BuildingTcl Command Language Manual

Return to BuildingTcl