→ (t) (1) ------------------ (2) ← (t)
If I have understood the way to go, I should generate several linear timeSeries, applying a imposed motion (and a ground motion) at nodes (1) and (2).
But optional value "-tStart" seems not to work [ timeSeries('Linear', tag, '-factor', factor=1.0, '-tStart', tStart=0.0)]. When I run
Code: Select all
ops.timeSeries('Linear', 2, '-factor', -5, '-tStart', 1)
The questions are:
1.- does anybody have a suggestion to modelize alternative imposed displacement?
2.- How can I introduce a linear timeseries, acting at a starting time?
Thank in advance