Patran PCL command to play .ses from the command line
Patran PCL command to play .ses from the command line
(OP)
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
Does anyone knows how to do it? I do not find anything in the manuals.
Thanks





RE: Patran PCL command to play .ses from the command line
then you open the current session file and copy the pcl command.
Onda
RE: Patran PCL command to play .ses from the command line
thanks
RE: Patran PCL command to play .ses from the command line
sf_play ("filename")
Onda
RE: Patran PCL command to play .ses from the command line
!!input name_of_the_session_file.ses
and it works
thanks
RE: Patran PCL command to play .ses from the command line
!!input name_of_session_file.ses
sf_play ("name_of_session_file.ses")
Onda
RE: Patran PCL command to play .ses from the command line