Search found 1 match

by siwalan
Sun Dec 05, 2021 8:44 pm
Forum: Useful Scripts.
Topic: Generate Peaks (Python)
Replies: 0
Views: 17503

Generate Peaks (Python)

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.