Hyperview Post processing Automation
Pritish Avachat
Altair Community Member
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