BuildingTcl -- addAnalysisModel: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
[[Image:BuildingTclLogo.gif|link=BuildingTcl|right]]
==Commands ==
==Commands ==


Line 38: Line 39:
----
----
Return to [[BuildingTcl Command Language Manual]]
Return to [[BuildingTcl Command Language Manual]]
[[Image:BuildingTclLogo.gif|link=BuildingTcl]]

Revision as of 03:58, 30 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