Dear Dislin Team,
I have a .pl4 file generated from ATP-EMTP software that I would like to analyze and plot using Dislin. Since Dislin is a powerful tool for plotting, I would like to take advantage of its features.
I have successfully installed Dislin on Ubuntu and configured it with Python. However, I am not sure which classes or functions in Dislin can help me read and plot a .pl4 file.
I would appreciate any guidance or suggestions you could provide.
Thank you very much for your support.
Best regards,
Abraham
Abraham,
See this: https://filext.com/file-extension/PL4
it states that you need access to the software used to create the file to be able to read it as apparently there's no documentation (public) describing it.
Regards,
Ian
--
You received this message because you are subscribed to the Google Groups "dislin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dislin-users...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/dislin-users/4bc6c085-04e9-4a5e-a3ca-97053b0ccc97n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/dislin-users/CAJyyP%2BQGQ7uJrYq0-U_kSdvdDb0MeiyNFKbQ1FgzXPUo9doL0Q%40mail.gmail.com.
Dear Abreha Asgedom,
I am a developer of ATP-EMTP and author of the gtpplot graphing program, which has been using DISLIN for many years.
.pl4 files support different formats as specified in the “startup” file.
The internal structure of binary formats (C-like, PISA, etc.) is not freely available.
You can try the ASCII formats (values in columns separated by spaces), which are easy to interpret, since everything is in plain text.
There is a format defined in FMTPL4 that can be adjusted with F10.5, for example, or with wide10, which is simpler. The 10 I wrote is an example; you can use another value.
The only problem with these ASCII or text formats is that they require a little more ATP execution time.
I suppose you can modify the startup to create the format you can handle.
Best regards,
OPH. 2025-10-19 20:38 UTC-3