Hyperview Post processing Automation
Pritish Avachat
Altair Community Member
Hi All,
Can anyone help me with TCL script for Hyperview Post prcessing automation.
Need to,
1. Export h3d animation
2. Export curves (.dat file) - XY data
3. PNG image
Where can I look for help regarding it?
Any help is appreciated, Thank You!
0
Answers
-
Regarding point 2, found below commands
Can help to add it together?
hwi GetSessionHandle mySessionName
mySessionName GetClientManagerHandle pm Plot
pm GetMacroHandle mh 1
mh GetExportCtrlHandle ex
ex SetFilename myfile.dat
ex SetFormat 'XY Data'
ex SetSource 'Current page'
ex Export0