BuildingTcl -- addLoad: LoadTypeLabel Gravity

From OpenSeesWiki
Revision as of 05:58, 1 November 2009 by Silviamazzoni (talk | contribs)
Jump to navigation Jump to search

Commands

addLoadData LoadLabel $LoadLabel
addLoadData LoadTypeLabel $LoadTypeLabel
addLoadData LoadDescription $LoadDescription
addLoadData $RequiredArgument1Label $RequiredArgument1Value
addLoadData $RequiredArgument2Label $RequiredArgument2Value
<addLoadData $InputArgument1Label $InputArgument1Value>
<addLoadData $InputArgument2Label $InputArgument2Value>
addLoad


Arguments

$LoadLabel
Unique Load Label for reference
$LoadTypeLabel
Specifies which LoadType is being used.
$LoadDescription
Text. Optional, default = blank {}
$RequiredArgument1Label $RequiredArgument1Value ...
Labels and corresponding values for LoadModel-specific required argument.
$InputArgument1Label $InputArgument1Value …
Labels and corresponding values for LoadModel-specific Input Arguments (Optional)


Notes

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


Options


BuildingTcl -- addLoad

Return to BuildingTcl Command Language Manual