ansys / pyedb-core

Ansys Electronics Database Python Client Package
https://edb.core.docs.pyansys.com/
MIT License
2 stars 1 forks source link

HfssSimulationSetup class does not inherit InterpolatingSweepData from parent SimulationSetup #385

Closed svandenb-dev closed 4 months ago

svandenb-dev commented 4 months ago

🔍 Before submitting the issue

🐞 Description of the bug

Can't access interplating_sweep_data from HFSSSimulationSetup

📝 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

NA
hiro727 commented 4 months ago

@svandenb-dev should be accessible in HfssSimulationSetup.sweep_data[].interpolation_data?

let me know if you can't find it there

svandenb-dev commented 4 months ago

Fixed with latest commits