HomerReid/scuff-em

RF port

Opened this issue · 2 comments

Dear Homer,
the documentation describes the EdgeFedAntenna example with port definition as EFAntenna.ports file.
Trying this example gives 'error: EFAntenna.ports:2: unknown keyword POSITIVE (aborting)'. Is the error due to a not yet implemented substrate implementation?
Thank you for your answer!
Best regards
Norbert

I had similar problem recently when trying CPW example. Changing POSITIVE to PPOLYGON/NPOLYGON it was possible to pass this error, but other one arise with this message:
error: ./portFiles/CPW.ports:5: no edges specified or detected for negative port (aborting)
This was run as bash script.
Neither python script was possible to run successfully. Any help with the issue greatly appreciated.

I analyzed the code and came to the conclusion: previously, the scuff-microstrip program was used to calculate rf devices, then its code was transferred to the scuf-rf program and implicit substrates disappeared from there, and the syntax for defining ports also changed. Accordingly, the examples from the "MicrostripDevices" folder do not work. And by the way, does anyone know where Homer disappeared to?