ansys / pyedb-core

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

PadstackDefData.set_pad_parameters() return bool #386

Open svandenb-dev opened 4 months ago

svandenb-dev commented 4 months ago

📝 Description of the feature

currently PadstackDefData.set_pad_parameters is returning None. Would be nice to return a boolean reflecting the success or not.

💡 Steps for implementing the feature

No response

🔗 Useful links and references

No response

hiro727 commented 4 months ago

@svandenb-dev currently all setters return None on success. they all throw errors in case of failure