HowtoSim
HowtoSim
  • 297
  • 1 404 802

Відео

How to Rename Net Object in HFSS
Переглядів 3,8 тис.2 роки тому
如何在 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,5 тис.2 роки тому
如何使用 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
Переглядів 2,2 тис.2 роки тому
如何為 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
Переглядів 3 тис.2 роки тому
如何使用 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,9 тис.2 роки тому
如何快速查看 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,6 тис.3 роки тому
如何在一頁中集成 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,6 тис.3 роки тому
如何使用中性模型文件 (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,4 тис.3 роки тому
如何為 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,7 тис.3 роки тому
使用瀏覽器遠程運行 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,8 тис.3 роки тому
如何有效獲 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,5 тис.3 роки тому
如何在 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,9 тис.3 роки тому
如何計算模型面上的輻射功率 在這裡下載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,8 тис.3 роки тому
如何導出天線陣的天線元遠場 天線陣列的天線元遠場可用於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,9 тис.3 роки тому
如何在 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
Переглядів 2 тис.3 роки тому
How to Synthesize Active and Switched-Capacitor Filter with FilterSolution in AEDT
How to Synthesize Microstrip Filter with FilterSolution in AEDT
Переглядів 2,7 тис.3 роки тому
How to Synthesize Microstrip Filter with FilterSolution in AEDT
How to Synthesize RC Filter within AEDT
Переглядів 2,1 тис.3 роки тому
How to Synthesize RC Filter within AEDT
How to Build Pins Grouped Symbol of S Parameter
Переглядів 2 тис.3 роки тому
How to Build Pins Grouped Symbol of S Parameter
How to Build Via Fence Along a Line in 3D Layout
Переглядів 2,6 тис.3 роки тому
How to Build Via Fence Along a Line in 3D Layout
How to Set Up Flipped Bond Wire in 3D Layout
Переглядів 2,5 тис.3 роки тому
How to Set Up Flipped Bond Wire in 3D Layout
How to Export Q3D Design with Source/Sink from HFSS 3D Layout
Переглядів 2,9 тис.3 роки тому
How to Export Q3D Design with Source/Sink from HFSS 3D Layout
How to Build Windows/Linux Compatible AEDT GUI Quickly
Переглядів 1,2 тис.3 роки тому
How to Build Windows/Linux Compatible AEDT GUI Quickly
How to View 3D Radiation Pattern of Beam Aggregation
Переглядів 1,1 тис.3 роки тому
How to View 3D Radiation Pattern of Beam Aggregation
How to Import CAD with Assigned Material
Переглядів 8663 роки тому
How to Import CAD with Assigned Material
How to Place Package Design in Correct Position on PCB
Переглядів 1,3 тис.3 роки тому
How to Place Package Design in Correct Position on PCB
How to Connect Two Planar Layout with Bumps
Переглядів 2,3 тис.3 роки тому
How to Connect Two Planar Layout with Bumps
The Script for Simplifying Complex Imported Models
Переглядів 1 тис.4 роки тому
The Script for Simplifying Complex Imported Models
How to Scale Multiple 2D Shapes and Keeping Them on the Same Locations
Переглядів 1,4 тис.4 роки тому
How to Scale Multiple 2D Shapes and Keeping Them on the Same Locations
How to Display Insertion Loss of S Parameter Quick
Переглядів 2,4 тис.4 роки тому
How to Display Insertion Loss of S Parameter Quick

КОМЕНТАРІ

  • @peimanparand
    @peimanparand 2 дні тому

    awsome. thanks.

  • @varshamugati4277
    @varshamugati4277 6 днів тому

    Which simulation tool used ??

  • @SebMyllie
    @SebMyllie 22 дні тому

    Great tutorial for a beginner, thank you!

  • @mlabodia
    @mlabodia 24 дні тому

    great...!

  • @UncleFang-z5c
    @UncleFang-z5c Місяць тому

    请问, 为什么1:01时候这个antenna parameters report 图标在2024版本里找不到?

  • @mlabodia
    @mlabodia Місяць тому

    Great...!

  • @mlabodia
    @mlabodia Місяць тому

    Great..!

  • @mlabodia
    @mlabodia Місяць тому

    great

  • @marcofalco924
    @marcofalco924 Місяць тому

    The program crash when I try to edit CosimDefinition

  • @BECSachinAravinthK
    @BECSachinAravinthK Місяць тому

    Shunt L & shunt C matching...!

  • @mlabodia
    @mlabodia 2 місяці тому

    great...!

  • @geraldosimao2618
    @geraldosimao2618 3 місяці тому

    Is there any way to view intermodulation products in HFSS?

  • @MarkMoore-l4g
    @MarkMoore-l4g 3 місяці тому

    Miller John Johnson Charles Walker Laura

  • @SharlinShaju
    @SharlinShaju 3 місяці тому

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

  • @shunyao6917
    @shunyao6917 4 місяці тому

    感謝分享😁

  • @YibiSeong
    @YibiSeong 4 місяці тому

    그저 G O A T

  • @WebsterYang-cz9fi
    @WebsterYang-cz9fi 5 місяців тому

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

  • @memsuniverse
    @memsuniverse 5 місяців тому

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

  • @serdarkalay6244
    @serdarkalay6244 5 місяців тому

    thank you

  • @kivenyllow3264
    @kivenyllow3264 5 місяців тому

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

  • @신선호-h3f
    @신선호-h3f 6 місяців тому

    thank you thank you thank you

  • @derianx6709
    @derianx6709 6 місяців тому

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

  • @uzmagul9462
    @uzmagul9462 6 місяців тому

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

  • @uzmagul9462
    @uzmagul9462 6 місяців тому

    Can you give this file

  • @yuhui8109
    @yuhui8109 6 місяців тому

    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 6 місяців тому

    excel file?

  • @coolersome2042
    @coolersome2042 7 місяців тому

    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 7 місяців тому

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

  • @WilliamTang
    @WilliamTang 8 місяців тому

    1:35 nice

  • @kivenyllow3264
    @kivenyllow3264 8 місяців тому

    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 8 місяців тому

    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 8 місяців тому

    Great...!

  • @mlabodia
    @mlabodia 8 місяців тому

    Great...!

  • @mlabodia
    @mlabodia 8 місяців тому

    Great..!

  • @azmatguldasta9861
    @azmatguldasta9861 9 місяців тому

    what TAND represent?

  • @jingweiren4942
    @jingweiren4942 9 місяців тому

    very nice video, very helpful, thank you

  • @黃子宸-l8w
    @黃子宸-l8w 9 місяців тому

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

  • @robinkordahi5745
    @robinkordahi5745 9 місяців тому

    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 10 місяців тому

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

  • @onepiecebarca
    @onepiecebarca 10 місяців тому

    so the solution is to change your design??

  • @commonwombat-h6r
    @commonwombat-h6r 10 місяців тому

    great video, thank you so much!

  • @azmatguldasta9861
    @azmatguldasta9861 10 місяців тому

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

  • @zuannguyen
    @zuannguyen 10 місяців тому

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

  • @commonwombat-h6r
    @commonwombat-h6r 10 місяців тому

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

    • @ozberkoz
      @ozberkoz 7 місяців тому

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

  • @commonwombat-h6r
    @commonwombat-h6r 10 місяців тому

    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 10 місяців тому

    hi, have you simulation files,? thanks

  • @gulafshabhatti9410
    @gulafshabhatti9410 11 місяців тому

    amazing tutorial

  • @sam-kx3ty
    @sam-kx3ty 11 місяців тому

    This is cool but the matching process is not clear.

  • @neo419
    @neo419 11 місяців тому

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