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

not fully consistent documentation, samples #2

Open
oe2lsp opened this issue Nov 29, 2023 · 4 comments
Open

not fully consistent documentation, samples #2

oe2lsp opened this issue Nov 29, 2023 · 4 comments

Comments

@oe2lsp
Copy link

oe2lsp commented Nov 29, 2023

Hi,
thanks for the project!

I'm trying one of your samples (basic).
In the README the format of the CSV for the ports uses spaces as delimiter, but in the code (importer.py function: get_ports_from_file) "," is used as delimiter.

If someone is new to all of this, at least one example with all necessary files available would be great to get started.

I tried to generate the geometry and view the generated xml in AppCSXCAD but nothing looks correct. The top layer with the trace is missing, no vias and the position from the ports I read from an gerber-viewer are way off.
So I assume its my mistake, but without a working example getting started is quite a challenge :)

@pkatarzynski
Copy link
Contributor

Hi,

We have added some samples to https://github.com/antmicro/gerber2ems/tree/main/examples for reference.

@bvernoux
Copy link

bvernoux commented Dec 1, 2023

It is not very clear how to use paraview (https://github.com/antmicro/gerber2ems#paraview) with example provided especially as when I have built both example basic & differential (using gerber2ems -a with success) then there is lot of files generated as output in ems/simulation/... without any extension and documentation (https://github.com/antmicro/gerber2ems#paraview) speak about ems/simulation/<port_number>/e_field_<layer_number>_..vtr so we expect .vtr extension ?

Could you improve the "https://github.com/antmicro/gerber2ems#paraview" using examples/basic with all steps ?

@oe2lsp
Copy link
Author

oe2lsp commented Dec 3, 2023

Thanks,
all examples and a test project of my own are working fine.

With the given examples one question rises. In job-simulation-part there are some lumped components defined as ports, is there a parsing of these parameters planed for the future?

@kevinjuszczyk
Copy link
Contributor

ems/simulation/<port_number>/e_field_<layer_number>_..vtr so we expect .vtr extension ?

@bvernoux, vtr files are produced using the --export-field option
gerber2ems -a --export-field

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

4 participants