Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to make a symbol property hidden? #8

Open
bikeNomad opened this issue Aug 13, 2024 · 1 comment
Open

How to make a symbol property hidden? #8

bikeNomad opened this issue Aug 13, 2024 · 1 comment

Comments

@bikeNomad
Copy link

If I want to make a symbol's property hidden (i.e. add a hide = True effect), how can I do it?

If there's already a hide effect I can change its value, but un-hidden properties typically don't have a hide = False effect.

@StefanHol
Copy link

StefanHol commented Nov 23, 2024

Hi psychogenic,

this is a great project. I have been able to run it to add and update properties from a SQLite database to my schematics, but the new properties are all visible and hiding them is unfortunately not possible at the moment.
Or I can't do it.

If the effect is available (effects (font (size 1.27 1.27)) (justify left) (hide yes)))
Then it is possible to read the effect by e.g. symbol.R3.property.tolerance.effects.hide -> hide = True
But even change to False or making it visible seem to be not possible.

Best regards
Stefan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants