HowtoSim
HowtoSim
  • 297
  • 1 324 468

วีดีโอ

How to Rename Net Object in HFSS
มุมมอง 3.5K2 ปีที่แล้ว
如何在 HFSS 中重命名網絡對象 從 Layout 導出到 HFSS 3D 的模型會丟失網絡信息,腳本用於獲 3D Layout 中的網絡名稱,並將 HFSS 中的對象重命名為網絡名稱。 在 github.com/linmingchih/HowtoSim_Script/tree/master/2022 上下載 Rename_Net_1.py、Rename_Net_2.py Models exported from Layout to HFSS 3D lose the net information, The scripts are used to get names of nets in 3D Layout and rename the objects in HFSS to the net names. Download Rename_Net_1.py, Rename_Net_2....
How to Create Complex Parameterized Structure with PyAEDT
มุมมอง 2.3K2 ปีที่แล้ว
如何使用 PyAEDT 創建複雜的參數化結構 掃描、優化和靈敏度分析需要參數化結構。 然而,使用 HFSS 原生幾何操作創建複雜的參數化結構並不容易。 該視頻展示了使用 pyAEDT 創建複雜參數化模型的方法。 下載腳本parameterized_array.py:github.com/linmingchih/HowtoSim_Script/blob/master/2022/ The parameterized structure is required for the sweep, optimization, and sensitivity analysis. However, it is not easy to create complex parameterized structures with HFSS native geometry operation. The vide...
How to Setup Spyder IDE for SIwave Scripting
มุมมอง 2K2 ปีที่แล้ว
如何為 SIwave 腳本設置 Spyder IDE 視頻展示了安裝 Spyder IDE 和 win32com 模塊的流程 How to Setup Spyder IDE for SIwave Scripting The video shows the flow to install Spyder IDE and win32com module
How To Create Bending CPWG on Flexible PCB with PyAEDT
มุมมอง 2.8K2 ปีที่แล้ว
如何使用 PyAEDT 在柔性 PCB 上創建彎曲 CPWG 下載腳本:github.com/linmingchih/HowtoSim_Script/blob/master/2022/Flex_CPWG.py Download Script: github.com/linmingchih/HowtoSim_Script/blob/master/2022/Flex_CPWG.py
How to View TDR of An S Parameter Model Quickly
มุมมอง 2.7K2 ปีที่แล้ว
如何快速查看 S 參數模型的 TDR 該腳本允許用戶根據 config.txt 中的設置查看 S 參數模型的 TDR。在 github.com/linmingchih/HowtoSim_Script/tree/master/2022 下載 plot_TDR.zip The script allows users to view TDR of an S Parameter Model based on the setting in config.txt. Download plot_TDR.zip in github.com/linmingchih/HowtoSim_Script/tree/master/2022
How to Integrate HFSS Modeling, Simulation, and Analysis in One Page
มุมมอง 2.5K2 ปีที่แล้ว
如何在一頁中集成 HFSS 建模、仿真和分析 Jupyter Notebook 中的 PyAEDT 程序允許用戶在非 GUI 模式下以更高的效率自動化特定的工作,包括建模、模擬和分析。PyAEDT 是用於 AEDT 自動化的 Python 模塊。 PyAEDT program in Jupyter Notebook allows users to automate specific jobs including modeling, simulation, and analysis with higher efficiency in non-GUI mode. PyAEDT is a Python module for AEDT automation.
How to Explore Design Performance with Neutral Model File(NMF)
มุมมอง 1.4K2 ปีที่แล้ว
如何使用中性模型文件 (NMF) 探索設計性能 nmf 是參數化的 S 參數,允許用戶通過在預定義範圍內的多個 意參數值進行插值來探索設計性能。 nmf is a parameterized S parameter that allows users to explore the design performance by interpolation with multiple arbitrary parameter values in the pre-defined range.
How to Install PyAEDT module for AEDT Automation Programming
มุมมอง 4.1K2 ปีที่แล้ว
如何為 AEDT 自動化編程安裝 PyAEDT 模塊 PyAEDT是為用戶開發的用於AEDT自動化仿真的Python API,可用於模型創建、仿真、仿真數據分析,視頻演示如何安裝開發環境。 PyAEDT is the Python API developed for users to automate simulation with AEDT. It can be used for model creation, simulation, and simulation data analysis. The video shows you how to install the development environment.
Example Script to Run TDR Simulation of S Parameter Remotely with Browser
มุมมอง 1.6K2 ปีที่แล้ว
使用瀏覽器遠程運行 S 參數 TDR 仿真的示例腳本 使用瀏覽器作為用戶界面的遠程模擬是一個有趣的想法。 它允許更多用戶受益於強大的仿真工具。 此外,它是最大限度地利用仿真工具的更有效方式。 示例代碼利用 Streamlit 框架在遠程服務器中運行瞬態模擬。 下載示例:github.com/linmingchih/HowtoSim_Script/blob/master/2021/plotTDR.zip Remote simulation with browser as user interface is an interesting idea. It allows more users to benefit from powerful simulation tools. In addition, it is a more efficient way to maximize the u...
How to Get HFSS Simulation Settings Efficiently
มุมมอง 3.7K2 ปีที่แล้ว
如何有效獲 HFSS 仿真設置 模擬設置信息位於不同頁面,一般不易查看。 用戶可以使用腳本以 HTML 格式輸出 HFSS 設置。 下載腳本: github.com/linmingchih/HowtoSim_Script/blob/master/2021/get_HFSS_Setting_Info.py Simulation setting information is located on different pages and is not easy to view in general. user can outputs the HFSS settings in HTML with the script. Download script: github.com/linmingchih/HowtoSim_Script/blob/master/2021/get_HFSS_Setti...
How to Create Multiple XY Plot in HTML
มุมมอง 1.4K2 ปีที่แล้ว
如何在 HTML 中創建多個 XY 圖 下載 html_XY_Plot.py: github.com/linmingchih/HowtoSim_Script/blob/master/2021 Download html_XY_Plot.py: github.com/linmingchih/HowtoSim_Script/blob/master/2021
How To Calculate Radiated Power on Model Faces
มุมมอง 2.7K3 ปีที่แล้ว
如何計算模型面上的輻射功率 在這裡下載calculateRadiatedPower.py:github.com/linmingchih/HowtoSim_Script Download calculateRadiatedPower.py here: github.com/linmingchih/HowtoSim_Script
How to Export Antenna Element Far Field of the Antenna Array
มุมมอง 2.6K3 ปีที่แล้ว
如何導出天線陣的天線元遠場 天線陣列的天線元遠場可用於Python或Matlab的後處理。 該視頻展示瞭如何在 HFSS 中以 .ffd 格式導出遠場。 在此處下載 renameFFD.py:github.com/linmingchih/HowtoSim_Script/tree/master/2021 The antenna element far-field of the antenna array can be used for post-processing with Python or Matlab. The video shows how to export far fields in .ffd format in HFSS. Download renameFFD.py here: github.com/linmingchih/HowtoSim_Script/tree/ma...
How to Overlap Far Field on Antenna Model in 3D Layout
มุมมอง 3.6K3 ปีที่แล้ว
如何在 3D 佈局中在天線模型上重疊遠場 該視頻展示了 HFSS 3D 佈局中的簡單貼片天線建模、仿真和輻射可視化。 The video shows a simple patch antenna modeling, simulation, and radiation visualization within HFSS 3D Layout.
How to Synthesize Active and Switched-Capacitor Filter with FilterSolution in AEDT
มุมมอง 1.9K3 ปีที่แล้ว
How to Synthesize Active and Switched-Capacitor Filter with FilterSolution in AEDT
How to Synthesize Microstrip Filter with FilterSolution in AEDT
มุมมอง 2.5K3 ปีที่แล้ว
How to Synthesize Microstrip Filter with FilterSolution in AEDT
How to Synthesize RC Filter within AEDT
มุมมอง 1.9K3 ปีที่แล้ว
How to Synthesize RC Filter within AEDT
How to Build Pins Grouped Symbol of S Parameter
มุมมอง 1.9K3 ปีที่แล้ว
How to Build Pins Grouped Symbol of S Parameter
How to Build Via Fence Along a Line in 3D Layout
มุมมอง 2.5K3 ปีที่แล้ว
How to Build Via Fence Along a Line in 3D Layout
How to Set Up Flipped Bond Wire in 3D Layout
มุมมอง 2.3K3 ปีที่แล้ว
How to Set Up Flipped Bond Wire in 3D Layout
How to Export Q3D Design with Source/Sink from HFSS 3D Layout
มุมมอง 2.6K3 ปีที่แล้ว
How to Export Q3D Design with Source/Sink from HFSS 3D Layout
How to Build Windows/Linux Compatible AEDT GUI Quickly
มุมมอง 1.1K3 ปีที่แล้ว
How to Build Windows/Linux Compatible AEDT GUI Quickly
How to View 3D Radiation Pattern of Beam Aggregation
มุมมอง 1K3 ปีที่แล้ว
How to View 3D Radiation Pattern of Beam Aggregation
How to Import CAD with Assigned Material
มุมมอง 8383 ปีที่แล้ว
How to Import CAD with Assigned Material
How to Place Package Design in Correct Position on PCB
มุมมอง 1.2K3 ปีที่แล้ว
How to Place Package Design in Correct Position on PCB
How to Connect Two Planar Layout with Bumps
มุมมอง 2.2K3 ปีที่แล้ว
How to Connect Two Planar Layout with Bumps
The Script for Simplifying Complex Imported Models
มุมมอง 9633 ปีที่แล้ว
The Script for Simplifying Complex Imported Models
How to Scale Multiple 2D Shapes and Keeping Them on the Same Locations
มุมมอง 1.3K3 ปีที่แล้ว
How to Scale Multiple 2D Shapes and Keeping Them on the Same Locations
How to Display Insertion Loss of S Parameter Quick
มุมมอง 2.2K3 ปีที่แล้ว
How to Display Insertion Loss of S Parameter Quick

ความคิดเห็น

  • @SharlinShaju
    @SharlinShaju 2 วันที่ผ่านมา

    Hi, How will we get the far field results. Is it possible to get those with sNp (S- parameter) files?

  • @shunyao6917
    @shunyao6917 8 วันที่ผ่านมา

    感謝分享😁

  • @YibiSeong
    @YibiSeong 19 วันที่ผ่านมา

    그저 G O A T

  • @WebsterYang-cz9fi
    @WebsterYang-cz9fi หลายเดือนก่อน

    有幾個問題想請教一下 1. 繪製的 plane 為什麼要繪製場型的平面,特性世 non-model ? 2. 直接在 HFSS繪製的 near field ,跟從 SIWAVE做 push excitation 的作法看到的near field 有什麼不同嗎? 3. 在3:06附近要設定繪製最大面的步驟,會跳出 " stackup is incompatible for current operation",請問這是哪裡有設定錯誤嗎?

  • @memsuniverse
    @memsuniverse หลายเดือนก่อน

    Great explanation for the propagation modes in waveguide , thank you very much

  • @serdarkalay6244
    @serdarkalay6244 หลายเดือนก่อน

    thank you

  • @kivenyllow3264
    @kivenyllow3264 2 หลายเดือนก่อน

    我想問,這個影片最後顯示的四個場型是每一個波源在各自的位置產生的場型嗎?

  • @user-qt7vt8wi6h
    @user-qt7vt8wi6h 2 หลายเดือนก่อน

    thank you thank you thank you

  • @derianx6709
    @derianx6709 2 หลายเดือนก่อน

    At min 7:01, do you mean to set the S21 param <=0 between 11.5 and 13.5?

  • @uzmagul9462
    @uzmagul9462 2 หลายเดือนก่อน

    Hello can you tell me when you make a horn antenna how you chose that coordinates what you press

  • @uzmagul9462
    @uzmagul9462 2 หลายเดือนก่อน

    Can you give this file

  • @yuhui8109
    @yuhui8109 2 หลายเดือนก่อน

    Hi sir/madam, may i know where to assign the wave port for a resonator with iris holes in both ends? Thank you

  • @bindusri4463
    @bindusri4463 2 หลายเดือนก่อน

    excel file?

  • @coolersome2042
    @coolersome2042 3 หลายเดือนก่อน

    Hello, this script only works in the MCad but not the Ecad. Do you have a version that work for the ECad as well? Thanks a lot!

  • @gunnroses9120
    @gunnroses9120 3 หลายเดือนก่อน

    there is error sir its called like this [error] MissingMemberException: 'NoneType' object has no attribute 'SetActiveDesign'

  • @WilliamTang
    @WilliamTang 4 หลายเดือนก่อน

    1:35 nice

  • @kivenyllow3264
    @kivenyllow3264 4 หลายเดือนก่อน

    How to select excitation? Why the excitation appear without your select? And is the excitation lump port or wave port or other else?

  • @chegguser2102
    @chegguser2102 4 หลายเดือนก่อน

    Did this with my horn antenna with one port. Created a box an arbitrary distance away with nothing in it even those there is a sheet inside the region in the video.

  • @mlabodia
    @mlabodia 4 หลายเดือนก่อน

    Great...!

  • @mlabodia
    @mlabodia 5 หลายเดือนก่อน

    Great...!

  • @mlabodia
    @mlabodia 5 หลายเดือนก่อน

    Great..!

  • @azmatguldasta9861
    @azmatguldasta9861 5 หลายเดือนก่อน

    what TAND represent?

  • @jingweiren4942
    @jingweiren4942 5 หลายเดือนก่อน

    very nice video, very helpful, thank you

  • @黃子宸-l8w
    @黃子宸-l8w 5 หลายเดือนก่อน

    我想問,你的Dish Antenna 外圍沒有airbox,為甚麼模擬的速度會這麼快呀?

  • @robinkordahi5745
    @robinkordahi5745 6 หลายเดือนก่อน

    how can I create the antenna as an object instead of a sheet, in order to assign a material to it and perfrom simulations

  • @kaikailiu4625
    @kaikailiu4625 6 หลายเดือนก่อน

    Hi, this function is not work for 2022R1, right?

  • @onepiecebarca
    @onepiecebarca 6 หลายเดือนก่อน

    so the solution is to change your design??

  • @commonwombat-h6r
    @commonwombat-h6r 6 หลายเดือนก่อน

    great video, thank you so much!

  • @azmatguldasta9861
    @azmatguldasta9861 6 หลายเดือนก่อน

    hi SIr, if you don't mind will you please share your email . I have some questions regarding HFSS software design.

  • @zuannguyen
    @zuannguyen 6 หลายเดือนก่อน

    thanks for your sharing I wonder after import PCB need re-check stack up and materials ?

  • @commonwombat-h6r
    @commonwombat-h6r 6 หลายเดือนก่อน

    how did you create a rectangle?????? Every time i try to do it it says cannot create rectangle with zero lenght/width

    • @ozberkoz
      @ozberkoz 3 หลายเดือนก่อน

      You need to define two distinct point for the rectangle. If not it will give that error

  • @commonwombat-h6r
    @commonwombat-h6r 6 หลายเดือนก่อน

    you helped me so much! Yours may be the only tutorial that showed how to import and export cad files into HFSS. I wouldn't have figured it out on my own probably since the interface is completely counterintuitive. Thank you so much!

  • @medadd5514
    @medadd5514 7 หลายเดือนก่อน

    hi, have you simulation files,? thanks

  • @gulafshabhatti9410
    @gulafshabhatti9410 7 หลายเดือนก่อน

    amazing tutorial

  • @sam-kx3ty
    @sam-kx3ty 7 หลายเดือนก่อน

    This is cool but the matching process is not clear.

  • @neo419
    @neo419 7 หลายเดือนก่อน

    Hi. This is not working for me. the parametric files are not getting exported. Can you suggest if it needs to be updated?

  • @GlUl-l7j
    @GlUl-l7j 7 หลายเดือนก่อน

    Hello. You have done the antenna matching via Circuit, but how can you now transfer the matching results to HFSS?

  • @AbhignaMaturi
    @AbhignaMaturi 7 หลายเดือนก่อน

    Hi, I gone through most of your videos which are very informative. Can you please make a video of how to animate HFSS results (radiation pattern of an antenna) in parametric scenario using scripts. thanks.

  • @mlabodia
    @mlabodia 8 หลายเดือนก่อน

    Simple...great...!

  • @egghead55425
    @egghead55425 8 หลายเดือนก่อน

    RADAR_Imaging.py no longer available Spyder of Anaconda.😢

  • @heily9302
    @heily9302 8 หลายเดือนก่อน

    Hello sir, I have a question, how to see the electric field in case of custom input signal in transient simulation?Thank you so much.

  • @twinsengineer6103
    @twinsengineer6103 8 หลายเดือนก่อน

    i am have an error, say "unable to create child process: mesh3d". Helpppp me

    • @黃子宸-l8w
      @黃子宸-l8w 5 หลายเดือนก่อน

      Could you write out your detail error messages?

  • @阿建-y4j
    @阿建-y4j 8 หลายเดือนก่อน

    May I ask why the cross becomes more serious after changing prbs?

  • @DaSmik101
    @DaSmik101 8 หลายเดือนก่อน

    Both port setups are wrong. Should have set it up as waveport catching the "screw" in the corner as well as the GND strip in the middls.

  • @林罐罐-h4w
    @林罐罐-h4w 8 หลายเดือนก่อน

    Do you know to assign excitation, or how to add port

  • @hassankhalid2964
    @hassankhalid2964 8 หลายเดือนก่อน

    You are awesome Lin.....I am studying inductive power transfer and currently learning eddy current analysis. your video helped alot

  • @karthickkuthalingam1256
    @karthickkuthalingam1256 9 หลายเดือนก่อน

    Very much useful ❤

  • @twinsengineer6103
    @twinsengineer6103 9 หลายเดือนก่อน

    And for get an phased array antenna, how be the proccess, help

  • @aradhyavardhan4082
    @aradhyavardhan4082 9 หลายเดือนก่อน

    Hi This will work for 2023r2 also?