Help to export curves in hypergraph
Hello everyone,
I would like to get help regarding the export of curves plotted in hypergraph. I have been making a script to be able to avoid doing it automatically. I have been helping myself with the commands found in the HWC console, I have been able to open the hypergraph program and represent the curve, but I can't export it because when I do it, no command is written, why is this?
Could someone help me to be able to solve this problem or it cannot be done?
I attach the script that I have made to represent the curve and the T01 file as an example.
hwc delete session
hwc hwd window type="HyperGraph 2D"
hwc xy load file="C:/Users/User/Desktop/Archives_example/test_actual_values_15mm_rbdoy_centerbecause_of_completeacaraT01" ydatatatype="Rigid body/th_elem_rbody3" yrequest=all ycomponent="R-Resultant Rotation"
Find more posts tagged with
for yhis you might need to rely on the tradicional TCL APIs. In example.
hwi OpenStack
hwi GetSessionHandle sess1
sess1 ExportCurves "c:/temp/teste.csv" "CSV Blocks" all
hwi CloseStack
https://help.altair.com/hwdesktop/hwd/topics/reference/tcl/hwisession_exportcurves.htm
for yhis you might need to rely on the tradicional TCL APIs. In example.
hwi OpenStack
hwi GetSessionHandle sess1
sess1 ExportCurves "c:/temp/teste.csv" "CSV Blocks" all
hwi CloseStack
https://help.altair.com/hwdesktop/hwd/topics/reference/tcl/hwisession_exportcurves.htm
Thank you very much for the answer, I have been using those commands and I have been able to obtain them. Thank you!
great, if possible mark the answer as 'correct'.