-
Notifications
You must be signed in to change notification settings - Fork 14
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
Comments
Hi, We have added some samples to https://github.com/antmicro/gerber2ems/tree/main/examples for reference. |
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 Could you improve the "https://github.com/antmicro/gerber2ems#paraview" using examples/basic with all steps ? |
Thanks, 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? |
@bvernoux, vtr files are produced using the --export-field option |
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 :)
The text was updated successfully, but these errors were encountered: