Eng-Tips is the largest forum for Engineering Professionals on the Internet.

Members share and learn making Eng-Tips Forums the best source of engineering information on the Internet!

  • Congratulations dmapguru on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Patran PCL command to play .ses from the command line

Status
Not open for further replies.

pptrcq

New member
Joined
Jul 15, 2009
Messages
7
Location
DE
Hi, I would like to play a .ses file (my script)directly from the Patran command line without using the menu File/session/play.

Does anyone knows how to do it? I do not find anything in the manuals.

Thanks
 
I think you should do it once by doing the command from File/session/play.
then you open the current session file and copy the pcl command.

Onda
 
That is what I tried first but the patran.ses file does not show the command.

thanks
 
try with this command:

sf_play ("filename")

Onda
 
I find it, just write

!!input name_of_the_session_file.ses

and it works

thanks
 
Both are working:

!!input name_of_session_file.ses
sf_play ("name_of_session_file.ses")

Onda
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top