An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
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!
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 Export