Hyperview Post processing Automation

Pritish Avachat
Pritish Avachat Altair Community Member
edited October 2020 in Community Q&A

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! 

Answers

  • Pritish Avachat
    Pritish Avachat Altair Community Member
    edited January 2020

    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