Generate Peaks (Python)

If you have a script you think might be useful to others post it
here. Hopefully we will be able to get the most useful of these incorporated in the manuals.

Moderators: silvia, selimgunay, Moderators

Post Reply
siwalan
Posts: 1
Joined: Sat Dec 04, 2021 11:29 am

Generate Peaks (Python)

Post by siwalan » Sun Dec 05, 2021 8:44 pm

Hello All,

As you may know, GeneratePeaks.tcl is one of the most widely used/spread scripts in the world of OpenSees. A lot of people are using it for cyclic displacement loading test. Special thanks to Silvia for creating this scripts.

However, to my knowledge, there is no python version for this script. Thus, because I am porting some scripts from .tcl to the .py version, I also translate the GeneratePeaks.tcl to the python version. The code can be seen at this GitHub

https://github.com/siwalan/GeneratePeak ... tePeaks.py

Hope it helps, and please kindly inform me if there is any bugs.

Post Reply