summaryrefslogtreecommitdiff
path: root/pathloss/plugin.xml
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-05-23 19:48:03 +0200
committerHarald Welte <laforge@gnumonks.org>2016-05-23 19:51:10 +0200
commitbc55a9c7e8177dc2503e3b9f46b80618db48001c (patch)
tree389c02e5741ee25c6a26eba91565e6ba4a97a23a /pathloss/plugin.xml
initial checkin of gnumeric path loss functions
This code extends gnumeric with some functions to compute the RF propagation path loss by some common models.
Diffstat (limited to 'pathloss/plugin.xml')
-rw-r--r--pathloss/plugin.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/pathloss/plugin.xml b/pathloss/plugin.xml
new file mode 100644
index 0000000..8ece45a
--- /dev/null
+++ b/pathloss/plugin.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0"?>
+<plugin id="Gnumeric_pathlossFuncPlugin">
+ <information>
+ <name>RF Path Loss Functions</name>
+ <description></description>
+ </information>
+ <loader type ="Gnumeric_PythonLoader:python">
+ <attribute name="module_name" value="pathloss-func"/>
+ </loader>
+ <services>
+ <service type="function_group" id="pathlossfunc">
+ <category>Local Python</category>
+ <functions>
+ <function name='pathloss_freespace'/>
+ <function name='pathloss_egli'/>
+ <function name='pathloss_hata'/>
+ <function name='pathloss_cost_hata'/>
+ </functions>
+ </service>
+ </services>
+</plugin>
personal git repositories of Harald Welte. Your mileage may vary