🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Hyperview Post processing Automation

User: "Pritish Avachat"
Altair Community Member
Updated by Pritish Avachat

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! 

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Pritish Avachat"
    Altair Community Member
    OP
    Updated by Pritish Avachat

    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