├── 2020 ├── AddProperties.zip ├── ArrayFarFieldCalculate.zip ├── AutoAssignSourceSink.py ├── BuildArray.py ├── BuildArray.xaml ├── CPhyWaveform.zip ├── CircuitPortEditor.py ├── CircuitPortEditor.xaml ├── CompileDLL.zip ├── DiffVia_Builder.py ├── ExportSweepImages.py ├── FractalExample.py ├── SweepBeams.py ├── SweepBeams.xaml ├── Take3DModelPhoto.py ├── Via_Array_Builder.py ├── cubicSimplification.py ├── exportReport.py ├── moveBondwire.py ├── moveBondwire.xaml ├── plotIL.py ├── plotIL3.py ├── readEXCEL │ ├── example.xlsx │ └── readEXCEL.py ├── scale_on_the_same_location.py └── zigzag.py ├── 2021 ├── AEDTRemoteHost.zip ├── AEDT_GUI_Converter.zip ├── AggregateBeamforRealizedGain.py ├── AssignCADMaterial.py ├── BondwireProfileEditor_Win_Linux.py ├── ExportLayoutQ3D.py ├── SymboEditor2.0.py ├── Via_Fence_Generation.py ├── calculateRadiatedPower.py ├── changeLineWidth.py ├── convertC#.zip ├── cubicSimplification.py ├── exportDesignProperties.py ├── get_HFSS_Setting_Info.py ├── html_XY_Plot.py ├── importDesignProperties.py ├── plotTDR.zip ├── pyaedt_spiral.ipynb ├── readme.md ├── renameFFD.py ├── tdr2.aedt └── tdr2.zip ├── 2022 ├── AEDT 2022.2 Classical API.zip ├── BendingToolkit.zip ├── Flex_CPWG.py ├── Rename_Net_1.py ├── Rename_Net_2.py ├── parameterized_array.py └── plot_TDR.zip ├── 2025 ├── Efficient Methods for Exporting and Viewing HFSS Field Data.zip └── README.md ├── 3D_Layout_19R4_Functions.pdf ├── AEDT_Archive_All.zip ├── AddLayerfor3DLayout.py ├── BatchSim.py ├── BeamAnalyzer.zip ├── BeamSteering.py ├── BeamSteering.xaml ├── Box_Gen ├── Box_Gen.py ├── Box_Gen_M.py └── Box_Gen_V.xaml ├── CDF_python.py ├── CatchView.py ├── CreateTRL.py ├── CreateZdiff.py ├── CreateZdiff.xaml ├── CustomColor.zip ├── Dk_TanD.py ├── DuplicateAlongPath ├── DuplicateAlongPath.py └── DuplicateAlongPath.xaml ├── DuplicateOnFaces.py ├── ExportS.py ├── FavoriteManager.zip ├── Field_Camera.py ├── Field_Camera.xaml ├── GainCalculation.py ├── GetInsertionLoss.py ├── GetTraceFormula.zip ├── HFSS_19R4_Functions.pdf ├── How to Make Script Faster for Massive Properties Change.zip ├── IcepakFieldViewer.py ├── IcepakFieldViewer.xaml ├── Ideal_Channel.zip ├── ImportStackup.py ├── LICENSE ├── Matrix_Export.py ├── Matrix_Export.xaml ├── Object_Sort.zip ├── OutputMaterial.zip ├── PlacebyCSV.py ├── PradPolarization.zip ├── Primitive_Template.py ├── Python基本2024_Jan.pdf ├── Q3D_CompareMatrix.py ├── RADAR Imaging.py ├── RegexMatrixString.py ├── RegexPair.zip ├── Resizable_Via_Array.py ├── Resizable_Via_Array.xaml ├── RobustUniteAll.py ├── RunIronPythoninCommandWindow.zip ├── ShowSolution.py ├── ShowSolution.xaml ├── Siwave_Functions.zip ├── SpinView.zip ├── SweepExcitation.py ├── Sweep_Touchstone_Export.py ├── Switch Generator.py ├── Template.py ├── Variable_Slider.zip ├── Via_Generator.py ├── XML_Batch_Manager.zip ├── add_comp_on_ports.py ├── aggregate_CDF.py ├── array_analysis.py ├── correlation_coefficient.aoutvar ├── createRectangleSpiral.py ├── cutLine.py ├── dbtest.py ├── editStackupinCSVformat.zip ├── exportPTS.zip ├── getLayoutStatistics.py ├── getMicroStripInfo.zip ├── mesh.aedtz ├── plotBeamImage.py ├── plotTangentLine.py ├── queryAEDT.zip ├── read_Q3D_matrix.py ├── savefld.py ├── spiral.py ├── template.py ├── template.xaml ├── viaCut.py └── viaCut.xaml /2020/AddProperties.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2020/AddProperties.zip -------------------------------------------------------------------------------- /2020/ArrayFarFieldCalculate.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2020/ArrayFarFieldCalculate.zip -------------------------------------------------------------------------------- /2020/AutoAssignSourceSink.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2020/AutoAssignSourceSink.py -------------------------------------------------------------------------------- /2020/BuildArray.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2020/BuildArray.py -------------------------------------------------------------------------------- /2020/BuildArray.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2020/BuildArray.xaml -------------------------------------------------------------------------------- /2020/CPhyWaveform.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2020/CPhyWaveform.zip -------------------------------------------------------------------------------- /2020/CircuitPortEditor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2020/CircuitPortEditor.py -------------------------------------------------------------------------------- /2020/CircuitPortEditor.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2020/CircuitPortEditor.xaml -------------------------------------------------------------------------------- /2020/CompileDLL.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2020/CompileDLL.zip -------------------------------------------------------------------------------- /2020/DiffVia_Builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2020/DiffVia_Builder.py -------------------------------------------------------------------------------- /2020/ExportSweepImages.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2020/ExportSweepImages.py -------------------------------------------------------------------------------- /2020/FractalExample.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2020/FractalExample.py -------------------------------------------------------------------------------- /2020/SweepBeams.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2020/SweepBeams.py -------------------------------------------------------------------------------- /2020/SweepBeams.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2020/SweepBeams.xaml -------------------------------------------------------------------------------- /2020/Take3DModelPhoto.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2020/Take3DModelPhoto.py -------------------------------------------------------------------------------- /2020/Via_Array_Builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2020/Via_Array_Builder.py -------------------------------------------------------------------------------- /2020/cubicSimplification.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2020/cubicSimplification.py -------------------------------------------------------------------------------- /2020/exportReport.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2020/exportReport.py -------------------------------------------------------------------------------- /2020/moveBondwire.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2020/moveBondwire.py -------------------------------------------------------------------------------- /2020/moveBondwire.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2020/moveBondwire.xaml -------------------------------------------------------------------------------- /2020/plotIL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2020/plotIL.py -------------------------------------------------------------------------------- /2020/plotIL3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2020/plotIL3.py -------------------------------------------------------------------------------- /2020/readEXCEL/example.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2020/readEXCEL/example.xlsx -------------------------------------------------------------------------------- /2020/readEXCEL/readEXCEL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2020/readEXCEL/readEXCEL.py -------------------------------------------------------------------------------- /2020/scale_on_the_same_location.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2020/scale_on_the_same_location.py -------------------------------------------------------------------------------- /2020/zigzag.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2020/zigzag.py -------------------------------------------------------------------------------- /2021/AEDTRemoteHost.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2021/AEDTRemoteHost.zip -------------------------------------------------------------------------------- /2021/AEDT_GUI_Converter.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2021/AEDT_GUI_Converter.zip -------------------------------------------------------------------------------- /2021/AggregateBeamforRealizedGain.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2021/AggregateBeamforRealizedGain.py -------------------------------------------------------------------------------- /2021/AssignCADMaterial.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2021/AssignCADMaterial.py -------------------------------------------------------------------------------- /2021/BondwireProfileEditor_Win_Linux.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2021/BondwireProfileEditor_Win_Linux.py -------------------------------------------------------------------------------- /2021/ExportLayoutQ3D.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2021/ExportLayoutQ3D.py -------------------------------------------------------------------------------- /2021/SymboEditor2.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2021/SymboEditor2.0.py -------------------------------------------------------------------------------- /2021/Via_Fence_Generation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2021/Via_Fence_Generation.py -------------------------------------------------------------------------------- /2021/calculateRadiatedPower.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2021/calculateRadiatedPower.py -------------------------------------------------------------------------------- /2021/changeLineWidth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2021/changeLineWidth.py -------------------------------------------------------------------------------- /2021/convertC#.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2021/convertC#.zip -------------------------------------------------------------------------------- /2021/cubicSimplification.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2021/cubicSimplification.py -------------------------------------------------------------------------------- /2021/exportDesignProperties.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2021/exportDesignProperties.py -------------------------------------------------------------------------------- /2021/get_HFSS_Setting_Info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2021/get_HFSS_Setting_Info.py -------------------------------------------------------------------------------- /2021/html_XY_Plot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2021/html_XY_Plot.py -------------------------------------------------------------------------------- /2021/importDesignProperties.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2021/importDesignProperties.py -------------------------------------------------------------------------------- /2021/plotTDR.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2021/plotTDR.zip -------------------------------------------------------------------------------- /2021/pyaedt_spiral.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2021/pyaedt_spiral.ipynb -------------------------------------------------------------------------------- /2021/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /2021/renameFFD.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2021/renameFFD.py -------------------------------------------------------------------------------- /2021/tdr2.aedt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2021/tdr2.aedt -------------------------------------------------------------------------------- /2021/tdr2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2021/tdr2.zip -------------------------------------------------------------------------------- /2022/AEDT 2022.2 Classical API.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2022/AEDT 2022.2 Classical API.zip -------------------------------------------------------------------------------- /2022/BendingToolkit.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2022/BendingToolkit.zip -------------------------------------------------------------------------------- /2022/Flex_CPWG.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2022/Flex_CPWG.py -------------------------------------------------------------------------------- /2022/Rename_Net_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2022/Rename_Net_1.py -------------------------------------------------------------------------------- /2022/Rename_Net_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2022/Rename_Net_2.py -------------------------------------------------------------------------------- /2022/parameterized_array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2022/parameterized_array.py -------------------------------------------------------------------------------- /2022/plot_TDR.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2022/plot_TDR.zip -------------------------------------------------------------------------------- /2025/Efficient Methods for Exporting and Viewing HFSS Field Data.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/2025/Efficient Methods for Exporting and Viewing HFSS Field Data.zip -------------------------------------------------------------------------------- /2025/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /3D_Layout_19R4_Functions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/3D_Layout_19R4_Functions.pdf -------------------------------------------------------------------------------- /AEDT_Archive_All.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/AEDT_Archive_All.zip -------------------------------------------------------------------------------- /AddLayerfor3DLayout.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/AddLayerfor3DLayout.py -------------------------------------------------------------------------------- /BatchSim.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/BatchSim.py -------------------------------------------------------------------------------- /BeamAnalyzer.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/BeamAnalyzer.zip -------------------------------------------------------------------------------- /BeamSteering.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/BeamSteering.py -------------------------------------------------------------------------------- /BeamSteering.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/BeamSteering.xaml -------------------------------------------------------------------------------- /Box_Gen/Box_Gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/Box_Gen/Box_Gen.py -------------------------------------------------------------------------------- /Box_Gen/Box_Gen_M.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/Box_Gen/Box_Gen_M.py -------------------------------------------------------------------------------- /Box_Gen/Box_Gen_V.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/Box_Gen/Box_Gen_V.xaml -------------------------------------------------------------------------------- /CDF_python.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/CDF_python.py -------------------------------------------------------------------------------- /CatchView.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/CatchView.py -------------------------------------------------------------------------------- /CreateTRL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/CreateTRL.py -------------------------------------------------------------------------------- /CreateZdiff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/CreateZdiff.py -------------------------------------------------------------------------------- /CreateZdiff.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/CreateZdiff.xaml -------------------------------------------------------------------------------- /CustomColor.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/CustomColor.zip -------------------------------------------------------------------------------- /Dk_TanD.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/Dk_TanD.py -------------------------------------------------------------------------------- /DuplicateAlongPath/DuplicateAlongPath.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/DuplicateAlongPath/DuplicateAlongPath.py -------------------------------------------------------------------------------- /DuplicateAlongPath/DuplicateAlongPath.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/DuplicateAlongPath/DuplicateAlongPath.xaml -------------------------------------------------------------------------------- /DuplicateOnFaces.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/DuplicateOnFaces.py -------------------------------------------------------------------------------- /ExportS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/ExportS.py -------------------------------------------------------------------------------- /FavoriteManager.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/FavoriteManager.zip -------------------------------------------------------------------------------- /Field_Camera.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/Field_Camera.py -------------------------------------------------------------------------------- /Field_Camera.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/Field_Camera.xaml -------------------------------------------------------------------------------- /GainCalculation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/GainCalculation.py -------------------------------------------------------------------------------- /GetInsertionLoss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/GetInsertionLoss.py -------------------------------------------------------------------------------- /GetTraceFormula.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/GetTraceFormula.zip -------------------------------------------------------------------------------- /HFSS_19R4_Functions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/HFSS_19R4_Functions.pdf -------------------------------------------------------------------------------- /How to Make Script Faster for Massive Properties Change.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/How to Make Script Faster for Massive Properties Change.zip -------------------------------------------------------------------------------- /IcepakFieldViewer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/IcepakFieldViewer.py -------------------------------------------------------------------------------- /IcepakFieldViewer.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/IcepakFieldViewer.xaml -------------------------------------------------------------------------------- /Ideal_Channel.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/Ideal_Channel.zip -------------------------------------------------------------------------------- /ImportStackup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/ImportStackup.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/LICENSE -------------------------------------------------------------------------------- /Matrix_Export.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/Matrix_Export.py -------------------------------------------------------------------------------- /Matrix_Export.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/Matrix_Export.xaml -------------------------------------------------------------------------------- /Object_Sort.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/Object_Sort.zip -------------------------------------------------------------------------------- /OutputMaterial.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/OutputMaterial.zip -------------------------------------------------------------------------------- /PlacebyCSV.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/PlacebyCSV.py -------------------------------------------------------------------------------- /PradPolarization.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/PradPolarization.zip -------------------------------------------------------------------------------- /Primitive_Template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/Primitive_Template.py -------------------------------------------------------------------------------- /Python基本2024_Jan.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/Python基本2024_Jan.pdf -------------------------------------------------------------------------------- /Q3D_CompareMatrix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/Q3D_CompareMatrix.py -------------------------------------------------------------------------------- /RADAR Imaging.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/RADAR Imaging.py -------------------------------------------------------------------------------- /RegexMatrixString.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/RegexMatrixString.py -------------------------------------------------------------------------------- /RegexPair.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/RegexPair.zip -------------------------------------------------------------------------------- /Resizable_Via_Array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/Resizable_Via_Array.py -------------------------------------------------------------------------------- /Resizable_Via_Array.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/Resizable_Via_Array.xaml -------------------------------------------------------------------------------- /RobustUniteAll.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/RobustUniteAll.py -------------------------------------------------------------------------------- /RunIronPythoninCommandWindow.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/RunIronPythoninCommandWindow.zip -------------------------------------------------------------------------------- /ShowSolution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/ShowSolution.py -------------------------------------------------------------------------------- /ShowSolution.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/ShowSolution.xaml -------------------------------------------------------------------------------- /Siwave_Functions.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/Siwave_Functions.zip -------------------------------------------------------------------------------- /SpinView.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/SpinView.zip -------------------------------------------------------------------------------- /SweepExcitation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/SweepExcitation.py -------------------------------------------------------------------------------- /Sweep_Touchstone_Export.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/Sweep_Touchstone_Export.py -------------------------------------------------------------------------------- /Switch Generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/Switch Generator.py -------------------------------------------------------------------------------- /Template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/Template.py -------------------------------------------------------------------------------- /Variable_Slider.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/Variable_Slider.zip -------------------------------------------------------------------------------- /Via_Generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/Via_Generator.py -------------------------------------------------------------------------------- /XML_Batch_Manager.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/XML_Batch_Manager.zip -------------------------------------------------------------------------------- /add_comp_on_ports.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/add_comp_on_ports.py -------------------------------------------------------------------------------- /aggregate_CDF.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/aggregate_CDF.py -------------------------------------------------------------------------------- /array_analysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/array_analysis.py -------------------------------------------------------------------------------- /correlation_coefficient.aoutvar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/correlation_coefficient.aoutvar -------------------------------------------------------------------------------- /createRectangleSpiral.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/createRectangleSpiral.py -------------------------------------------------------------------------------- /cutLine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/cutLine.py -------------------------------------------------------------------------------- /dbtest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/dbtest.py -------------------------------------------------------------------------------- /editStackupinCSVformat.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/editStackupinCSVformat.zip -------------------------------------------------------------------------------- /exportPTS.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/exportPTS.zip -------------------------------------------------------------------------------- /getLayoutStatistics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/getLayoutStatistics.py -------------------------------------------------------------------------------- /getMicroStripInfo.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/getMicroStripInfo.zip -------------------------------------------------------------------------------- /mesh.aedtz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/mesh.aedtz -------------------------------------------------------------------------------- /plotBeamImage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/plotBeamImage.py -------------------------------------------------------------------------------- /plotTangentLine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/plotTangentLine.py -------------------------------------------------------------------------------- /queryAEDT.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/queryAEDT.zip -------------------------------------------------------------------------------- /read_Q3D_matrix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/read_Q3D_matrix.py -------------------------------------------------------------------------------- /savefld.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/savefld.py -------------------------------------------------------------------------------- /spiral.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/spiral.py -------------------------------------------------------------------------------- /template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/template.py -------------------------------------------------------------------------------- /template.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/template.xaml -------------------------------------------------------------------------------- /viaCut.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/viaCut.py -------------------------------------------------------------------------------- /viaCut.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linmingchih/HowtoSim_Script/HEAD/viaCut.xaml --------------------------------------------------------------------------------