1. I am wondering whether there is a breakpoint in opensees like in Matlab such that the program would stop at the point?
2. If I want to output some constant numbers and texts to a file instead of "puts" them on the screen, what should I do? I want to track the parameters once I try different runs.
Thank you very much.
Breakpoint in opensees?
Moderators: silvia, selimgunay, Moderators
Breakpoint in opensees?
Lijun
don't understand question 1.
2. here is an example of what i have:
set outFilename ${ProcessedDataDir}/FrameInfo.dat
set outFileID [open $outFilename w]
puts $outFileID "############################"
puts $outFileID "############################"
puts $outFileID "# FRAME INFO "
puts $outFileID "#"
puts $outFileID "# Model: $thisModelLabel"
close $outFileID
2. here is an example of what i have:
set outFilename ${ProcessedDataDir}/FrameInfo.dat
set outFileID [open $outFilename w]
puts $outFileID "############################"
puts $outFileID "############################"
puts $outFileID "# FRAME INFO "
puts $outFileID "#"
puts $outFileID "# Model: $thisModelLabel"
close $outFileID
Silvia Mazzoni, PhD
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104