Loading ground motion files with *.AT2 format
Posted: Mon Nov 29, 2021 2:51 am
Currently there is a reader tcl file in OpenSees that removes the heading lines from an AT2 ground motion file. Then the ground motion can be read by one line of command such as:
timeSeries Path 1 -dT 0.02 -filePath A-ELC270.AT2 -factor $G
However, in STKO the definition editor has a small button at the list_of_values line. It seems the user is supposed to convert the file from a 6-column value to a one-column format, then copy and paste it in the STKO. How can the user just use the Reader tcl and the one line command, rather than copying and pasting text files after conversion to a single column? The better option would be just providing the PATH and filename for the ground motion in STKO if that is possible. I know that I may be missing something, but this answer can help all new users in future.
Thanks
timeSeries Path 1 -dT 0.02 -filePath A-ELC270.AT2 -factor $G
However, in STKO the definition editor has a small button at the list_of_values line. It seems the user is supposed to convert the file from a 6-column value to a one-column format, then copy and paste it in the STKO. How can the user just use the Reader tcl and the one line command, rather than copying and pasting text files after conversion to a single column? The better option would be just providing the PATH and filename for the ground motion in STKO if that is possible. I know that I may be missing something, but this answer can help all new users in future.
Thanks