How to import data files #1534
Replies: 1 comment 1 reply
-
i solve this problem |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I know how to import a case file,like: solver.file.read(file_type="case", file_name="XXX.cas")
but i dont know how to import data file
I try to use : solver.file.read(file_type="dats", file_name="xxx.dat")
It reports an error : RuntimeError: Work in progress or unsupported file type Error Object: dats
Beta Was this translation helpful? Give feedback.
All reactions