BuildingTcl -- addLoad: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
:… | :… | ||
:'''addLoad''' | :'''addLoad''' | ||
Different LoadTypes have different input arguments: | |||
:[BuildingTcl -- LoadTypeLabel Gravity] | |||
:[BuildingTcl -- LoadTypeLabel LateralPushover] | |||
:[BuildingTcl -- LoadTypeLabel UniformEQ] | |||
:[BuildingTcl -- LoadTypeLabel UniformEQ2D] | |||
:[BuildingTcl -- LoadTypeLabel UniformEQ3D] | |||
:[BuildingTcl -- LoadTypeLabel UniformSine] | |||
==Arguments == | ==Arguments == |
Revision as of 05:48, 1 November 2009
Commands
- addLoadData LoadLabel $LoadLabel
- addLoadData LoadTypeLabel $LoadTypeLabel
- addLoadData $RequiredArgument1Label $RequiredArgument1Value
- addLoadData $RequiredArgument2Label $RequiredArgument2Value
- …
- <addLoadData $InputArgument1Label $InputArgument1Value>
- <addLoadData $InputArgument2Label $InputArgument2Value>
- …
- addLoad
Different LoadTypes have different input arguments:
- [BuildingTcl -- LoadTypeLabel Gravity]
- [BuildingTcl -- LoadTypeLabel LateralPushover]
- [BuildingTcl -- LoadTypeLabel UniformEQ]
- [BuildingTcl -- LoadTypeLabel UniformEQ2D]
- [BuildingTcl -- LoadTypeLabel UniformEQ3D]
- [BuildingTcl -- LoadTypeLabel UniformSine]
Arguments
- $LoadLabel: Unique Load Label for reference
- $LoadTypeLabel: Specifies which LoadModel is being used.
- $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 -- addLoadCombination
Return to BuildingTcl Command Language Manual