KLayout / klayout

KLayout Main Sources
http://www.klayout.org
GNU General Public License v3.0
754 stars 196 forks source link

Pcell limits #1654

Closed klayoutmatthias closed 4 months ago

klayoutmatthias commented 4 months ago

Adds "min_value" and "max_value" to PCellParameter declarations. That allows giving the entry boxes for int and double values some limits, but is not a final frontier. It is still possible to set other values through the API. The limits do only apply to int and double types without choices.