본문 바로가기
728x90
반응형

Python Script3

Python으로 CST STUDIO SUITE 제어하기 (Control CST STUDIO SUITE with Python) Python의 win32com을 이용하여 CST STUDIO SUITE를 제어할 수 있는 예제를 올려둔다. 하기 예제는 변수를 등록하는 방법과 재질을 등록하는 법이 포함되어 있다. CST STUDIO SUITE을 잘 이용한다면 History에서 나온 내용들을 복사해서 하기 코드에 등록하면 된다. This is an example of controlling CST STUDIO SUITE using Python's win32com. The example below includes how to register a variable and how to register a material. If you are familiar with CST STUDIO SUITE, you can copy the contents f.. 2022. 11. 14.
Ansys Maxwell을 Python win32com을 이용하여 다루기 (Handling Ansys Maxwell with Python win32com) 기본적을 Ansys maxwell은 ironpython 2.7 으로 지원하고 있다. 최근에 python 3.7 이상을 지원하기 시작했다. 그런 지원이 구체화 되기 전에 win32com을 이용하여 자동화를 할 수 있는 법을 접하게 되면서 기본 코드를 몇 가지 적어본다. Ansys maxwell is basically supported by ironpython 2.7. It has recently started supporting python 3.7 and higher. Before that support materializes, I'm writing some basic code as I'm learning how to automate using win32com. 앞으로 간단한 프로젝트를 생성하고 해석하고 .. 2022. 11. 14.
CST Studio Suite에서 제공하는 python script 사용하기(Using the python script provided by CST Studio Suite) CST Studio Suite 2022 버전은 Python 3.7 ~ 3.9 버전을 지원하고 있다. 하기 예제는 이에 해당하며, 혹여 Python 3.10에서 다루고자 한다면 win32com을 이용하기 바란다. CST Studio Suite version 2022 supports Python versions 3.7 through 3.9. The examples below are for Python 3.7 and 3.9, and if you want to work with Python 3.10, Python 3.10, please use win32com. # CST Library # PYTHONPATH # Windows: \CST Studio Suite 2022\AMD64\python_cst_librari.. 2022. 11. 9.
728x90
반응형