“I am having an issue exporting results as an Excel file. How can I write a code in the Teddy interface that exports an Excel file containing the values of Moment, Shear, and Displacement?”
Create result viewer with export option enabled, then inspect file in teddy. The command XLSX is used.
This is the demo code I am working on. How can I extract the results to an excel file for beam and points?
=====================
+PROG aqua urs:1
kopf Material & Querschnitt festlegen
echo voll
norm “DIN” “EN1993-2005”
stah nr 1 art S guet 235
prof nr 1 typ HEA z1 260 mnr 1
ENDE
+PROG SOFIMSHA urs:2
kopf Geometrie des einfachen Tr�gers
syst art init
knot nr 1 x 0 y 0 z 0 fix ppmx $ Translationen in x, y und z & Torsion festgehalten
knot nr 2 x 10 y 0 z 0 fix xpmx $ Translationen in x, y und z & Torsion festgehalten
stab nr 1 ka 1 ke 2 qnr 1 teil 10 drot 90
ende
+PROG SOFILOAD urs:3
kopf Lasteingabe
LF nr 1 typ G bez “Eigengewicht” fakg 1.0
LF nr 2 typ S bez “Schnee” FakT 1.0
stab von 1 bis 1 typ pzp pa 1.0 pe 1.0
ende
+prog ase urs:4
kopf Berechnung
syst prob line
lf nr 1 egz 1.0 $Faktor f�r Eigengewicht in z-Richtung
lf nr 2
ende
=================