Hi,
I have a PCL file which consists of following lines for the first few lines.
*uil_file_new.go( "C:\MSC.Software\Patran_x64\20121/template.db", @*
*"C:\Users\IMEMS SDC\Desktop\patran\plate.db" )*
*
*
*set_current_dir( "C:\Users\IMEMS SDC\Desktop\patran" )*
*
*
*
*
The* uil_file_new.go *which i
What i am asking is i have a file of other format for example .PCL which is
Patran file (Software used for analysis). Now what i want is if user inputs
a file name,python has to recognise the file name and directory of file
which exists and executes the file in patran window.
For example following
HI all,
I have a query that i have doc which is read through python.But instead of
giving path and filename
in the coding.I want to manipulate it like "python has to ask USER for a
specific filename so that python recognizes the directory internally and
read the file ".How do i do this.I have trie
Hi,
Actually I have PCL file (i..e patran file).I want python coding to be done
so that it will read the PCL file and open Patran GUI window.How to do
that.Kindly find the attached PCL file for your ref.
Thanks regards
Kamalakar
___
BangPypers mailing lis
Dear all,
I am newbie to coding.I want extract the data from text file which contains
text and tables.In a file i want to extract all "VON MISES" stress data
from a table.i wrote a code as below. but i dont know how to extract the
vonmises column data and dump it into text file.
So i am attaching t