It looks like you're new here. If you want to get involved, click one of these buttons!
Hi,
Is there any way to configure the Marker Database Browser in the DRC script? Basically, I'd like to set the marker color, stipple, max number of markers, etc., without having to configure them manually.
Thanks,
Brian
Comments
Hi Brian,
yes, you can use
MainWindow#set_config
to configure the Marker Browser behavior.The configuration keys can be found in the "klayoutrc" file. They are called "rdb-...".
For example, to configure the marker color to bright green, use
But honestly, configuring UI things in a DRC script is a strange idea. What if you run DRC outside a UI environment - i.e. in batch mode? In that case, the above function will make the script error out.
Why not setting that up in a preconfigured environment or through some separate, auto-loaded script?
Matthias