Graph.setPointExcitation


setPointExcitation(type, node, largeMass, component, [amplitude])

typestring"Force", "Displacement", "Velocity", or "Acceleration"
node node The name or ID of a node, or a pointer to a Node object.
largeMassdoublelarge mass
componentstring Sx, Sy, Sxy, etc.. See element reference manual for details
amplitudeoptional double amplitude
Return valuePointer to this objectAllows multiple function calls to be chained together

Back to Graph

Back to Overview