-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FEAT: Filtersolutions Export Modelithics (#5101)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
1db57ef
commit 91482d4
Showing
11 changed files
with
1,846 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,3 +23,4 @@ | |
# SOFTWARE. | ||
|
||
from .resources import read_resource_file | ||
from .resources import resource_path |
17 changes: 17 additions & 0 deletions
17
_unittest/test_45_FilterSolutions/resources/import_tuned_variables.ckt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
* | ||
V1 1 0 AC 1 PULSE 0 1 0 1.592E-13 0 | ||
R0 1 2 50 | ||
C1 2 0 2.296E-12 | ||
L2 2 3 1.688E-08 | ||
C3 3 0 4.517E-12 | ||
L4 3 4 1.688E-08 | ||
C5 4 0 2.296E-12 | ||
R6 4 0 50 | ||
* | ||
.AC DEC 200 2E+08 5E+09 | ||
.PLOT AC VDB(4) -90 0 | ||
.PLOT AC VP(4) -200 200 | ||
.PLOT AC VG(4) 0 1.2E-09 | ||
.TRAN 5E-11 1E-08 0 | ||
.PLOT TRAN V(4) 0 0.6 | ||
.END |
17 changes: 17 additions & 0 deletions
17
_unittest/test_45_FilterSolutions/resources/imported_netlist.ckt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
* | ||
V1 1 0 AC 1 PULSE 0 1 0 1.592E-13 0 | ||
R0 1 2 50 | ||
C1 2 0 2.296E-12 | ||
L2 2 3 1.688E-08 | ||
C3 3 0 4.517E-12 | ||
L4 3 4 1.688E-08 | ||
C5 4 0 2.296E-12 | ||
R6 4 0 50 | ||
* | ||
.AC DEC 200 2E+08 5E+09 | ||
.PLOT AC VDB(4) -90 0 | ||
.PLOT AC VP(4) -200 200 | ||
.PLOT AC VG(4) 0 1.2E-09 | ||
.TRAN 5E-11 1E-08 0 | ||
.PLOT TRAN V(4) 0 0.6 | ||
.END |
45 changes: 45 additions & 0 deletions
45
_unittest/test_45_FilterSolutions/resources/library_parts.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
modsubType=2 | ||
modsubEr=4.5 | ||
modsubRho=5.8E+07 | ||
modsubTand=0.035 | ||
modsubH=0.002 | ||
modsubT=5E-07 | ||
modsubS=0.00127 | ||
modsubC=0.00635 | ||
modsubErsel=-1 | ||
modsubRhosel=-1 | ||
modsubTandsel=-1 | ||
modsubTanddef=0 | ||
modsubiSubSel=0 | ||
modsubName=User Defined Substrate | ||
modsubBrow= | ||
modsubNameVal=4.5 | ||
modAnsSubIndex=0 | ||
modAWRSubIndex=0 | ||
webAWRSubIndex=0 | ||
locAWRSubIndex=0 | ||
ModelData=2 | ||
ModelDataV=1 | ||
ModelInd=0 | ||
ModelCap=3 | ||
ModelRes=0 | ||
ModelIndV=1 | ||
ModelCapV=1 | ||
ModelResV=1 | ||
modRatLen=2 | ||
modRatZ=1 | ||
Interc=1 | ||
modActLen=0.00254 | ||
modActWid=0.00127 | ||
modRatZMin=0.5 | ||
modRatZMax=2 | ||
modRatLenMin=0.5 | ||
modRatLenMax=2 | ||
modActLenMin=0.00127 | ||
modActWidMin=0.000635 | ||
modActLenMax=0.00508 | ||
modActWidMax=0.00254 | ||
useGeo=0 | ||
OptGeo=1 | ||
indTol=1 | ||
capTol=1 |
Empty file.
23 changes: 23 additions & 0 deletions
23
_unittest/test_45_FilterSolutions/test_lumped_export/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# -*- coding: utf-8 -*- | ||
# | ||
# Copyright (C) 2021 - 2024 ANSYS, Inc. and/or its affiliates. | ||
# SPDX-License-Identifier: MIT | ||
# | ||
# | ||
# Permission is hereby granted, free of charge, to any person obtaining a copy | ||
# of this software and associated documentation files (the "Software"), to deal | ||
# in the Software without restriction, including without limitation the rights | ||
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
# copies of the Software, and to permit persons to whom the Software is | ||
# furnished to do so, subject to the following conditions: | ||
# | ||
# The above copyright notice and this permission notice shall be included in all | ||
# copies or substantial portions of the Software. | ||
# | ||
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
# SOFTWARE. |
506 changes: 484 additions & 22 deletions
506
_unittest/test_45_FilterSolutions/test_lumped_export/test_export_to_aedt.py
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.