Closed svandenb-dev closed 7 months ago
@svandenb-dev can you add repro step?
I tried the following and did seem to work fine
name = 'example'
db = Database.create(name)
cell = Cell.create(db, CellType.CIRCUIT_CELL, "Example")
ei = cell.hfss_extent_info
# modify extent info
ei.airbox_horizontal = (0.5, False)
ei.base_polygon = Polygon.create(...)
# etc
cell.set_hfss_extent_info(ei)
ei2 = cell.hfss_extent_info
# correct values for ei2
This issue is old this was probably fixed. Let's close it.
🔍 Before submitting the issue
🐞 Description of the bug
I tried to debug the command set_hfss_extent_info. initially I found an error, i think it should be self._Cellstub instead of self.stub. However even after modifying the applied new HfssExtentInfo is not applied.
📝 Steps to reproduce
NA
💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
No response
🐍 Which Python version are you using?
3.10
📦 Installed packages