From 0b0e3140457115340d5abab6be0c44b4ba03ba75 Mon Sep 17 00:00:00 2001 From: miguel <31931809+miguelvaca@users.noreply.github.com> Date: Sat, 13 May 2023 14:02:13 +1000 Subject: [PATCH] v10.2 axis updates --- magloop.html | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/magloop.html b/magloop.html index 89a6aec..af3b87d 100644 --- a/magloop.html +++ b/magloop.html @@ -7,7 +7,7 @@ -
Miguel VK3CPU - Magloop Antenna Calculator V10.1
+
Miguel VK3CPU - Magloop Antenna Calculator V10.2
@@ -135,6 +135,8 @@ [2]: A. Boswell, A. J. Tyler and A. White, "Performance of a Small Loop Antenna in the 3 - 10 MHz Band" , IEEE Antennas and Propagation Magazine, 47, 2, April 2005, pp. 5 1 -56.

Change history:
+ [13-May-23] - V10.2
+ * Changed radiation and loss resistance to logarithmic. Capacitance limited to 5-5000pF.
[8-May-23] - V10.1
* Stopped autoscaling on all axes. Changed Vcap, Icap to logarithmic. This makes it easier when comparing different configurations.
[8-May-23] - V10
@@ -1668,7 +1670,7 @@ } }, 'mohmsID' : { - type: 'linear', + type: 'logarithmic', display: 'auto', title: { display: true, @@ -1678,8 +1680,8 @@ weight : 'bold' } }, - min: 0.0, - max: 2.0, + min: 0.001, + max: 1.0, position: 'left', }, 'effID' : { @@ -1732,7 +1734,7 @@ beginAtZero: true, }, max: 50.0, - min: 0.1, + min: 0.05, position: 'left', }, 'pfID' : { @@ -1747,7 +1749,7 @@ } }, max: 5000.0, - min: 1.0, + min: 5.0, ticks: { }, position: 'left', @@ -1785,7 +1787,7 @@ beginAtZero: true, }, min: 0.0, - max: 4000.0, + max: 5000.0, position: 'right', }, 'ccID' : {