PREFEKO File
This option is used to include cards and commands (such as variable definitions ) from a separate file. You may, for example, create a single file with an antenna which is then imported into different environment models.
When reading a PREFEKO file it is not possible to add a scaling factor to the IN card. In this case the TG card must be used if the global (SF card) scaling option is not sufficient.
It is possible to use multiple nested levels of include files (for example, one include file can include another one and so on). It is also possible to specify together with the file name an absolute or relative path like in
IN 0 "..\subdir\file.inc"
In such a case — if multiple levels of include files are used — it is first tried to find the include file using the path relative to the location of the file where the IN card is used. If the include file is not found there, then PREFEKO also tries to find the include file using the path relative to the location of the main .pre file which is processed.