diff --git a/tools/plot_antenna_params.py b/tools/plot_antenna_params.py index 4d9c9a96..a321d878 100644 --- a/tools/plot_antenna_params.py +++ b/tools/plot_antenna_params.py @@ -91,7 +91,7 @@ pltrangemin = 1 # To a certain drop from maximum power pltrangemax = np.where((np.amax(Vincp[1::]) - Vincp[1::]) > 60)[0][0] + 1 # To a maximum frequency -pltrangemax = np.where(freqs > 2e9)[0][0] +#pltrangemax = np.where(freqs > 2e9)[0][0] pltrange = np.s_[pltrangemin:pltrangemax] # Print some useful values from s11, input impedance and admittance