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

Is it possible to create a Symbol named ERC, ERC_PHYSICAL or $Types$? #38

Open
Werni2A opened this issue Aug 30, 2022 · 4 comments
Open
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@Werni2A
Copy link
Owner

Werni2A commented Aug 30, 2022

OrCad automatically creates a few symbol files in the file container. I.e. it should not be possible to create symbols with that exact same names to avoid clashing names. It would be interesting to see how well OrCad handles this scenario when trying to create a symbol named ERC or ERC_PHYSICAL from within OrCad (same for $Types$). Probably it will just shown an error message or crash...

If anyone wants to test this, feel free to share your findings.

@Werni2A Werni2A added help wanted Extra attention is needed question Further information is requested labels Aug 30, 2022
@marekr
Copy link

marekr commented Jan 30, 2023

As in named ERC, ERC_PHYSICAL and $Type$?

It doesn't care, it let's it through. The symbols end up under /Packages though

@Werni2A
Copy link
Owner Author

Werni2A commented Jan 31, 2023

The question was a bit misleading, since the naming in the file directory is kind of confusing. The items we typically call 'Symbol' are called 'Package' in the file container. Therefore it makes sense that the 'symbols' you created (assuming something like a resistor) end up in the Packages folder. My question was related to the Symbols folder, see Container Structure. I'm not sure though if it's possible to create items inside this folder by hand. Items in there are the graphical representation for off-page-connectors, power symbols and similar items. Rephrasing my original question - is it possible to create a custom off-page-connector 'symbol' and give it a name like the ones mentioned?

@marekr
Copy link

marekr commented Jan 31, 2023

The question was a bit misleading, since the naming in the file directory is kind of confusing. The items we typically call 'Symbol' are called 'Package' in the file container. Therefore it makes sense that the 'symbols' you created (assuming something like a resistor) end up in the Packages folder. My question was related to the Symbols folder, see Container Structure. I'm not sure though if it's possible to create items inside this folder by hand. Items in there are the graphical representation for off-page-connectors, power symbols and similar items. Rephrasing my original question - is it possible to create a custom off-page-connector 'symbol' and give it a name like the ones mentioned?

It allows ERC but actually allows and immediately crashes on $Types$
image

Lol

@Werni2A
Copy link
Owner Author

Werni2A commented Jan 31, 2023

Interesting, thanks for testing this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants