BuildingTcl -- addLoad: LoadTypeLabel UniformEQ2D: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
:addLoadData LoadLabel $LoadLabel
:addLoadData LoadLabel $LoadLabel
:addLoadData LoadTypeLabel UniformEQ2D
:addLoadData LoadTypeLabel UniformEQ2D
:addLoadData LoadDescription $LoadDescription
:addLoadData GMfilenameX $GMfilenameX
:addLoadData $RequiredArgument1Label $RequiredArgument1Value
:addLoadData GMfilenameZ $GMfilenameZ
:addLoadData $RequiredArgument2Label $RequiredArgument2Value
:<addLoadData LoadDescription $LoadDescription>
:
:<addLoadData GMscaleX $GMscaleX>
:<addLoadData $InputArgument1Label $InputArgument1Value>
:<addLoadData GMscaleZ $GMscaleZ>
:<addLoadData $InputArgument2Label $InputArgument2Value>
:<addLoadData GMdirectory $GMdirectory>
:
:<addLoadData FileType $FileType>
:<addLoadData GMfactor $GMfactor>
:'''addLoad'''
:'''addLoad'''



Revision as of 06:11, 1 November 2009

Commands

addLoadData LoadLabel $LoadLabel
addLoadData LoadTypeLabel UniformEQ2D
addLoadData GMfilenameX $GMfilenameX
addLoadData GMfilenameZ $GMfilenameZ
<addLoadData LoadDescription $LoadDescription>
<addLoadData GMscaleX $GMscaleX>
<addLoadData GMscaleZ $GMscaleZ>
<addLoadData GMdirectory $GMdirectory>
<addLoadData FileType $FileType>
<addLoadData GMfactor $GMfactor>
addLoad


Arguments

$LoadLabel
Unique Load Label for reference
$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