From 188542f2e68c660f46b16e8cff4cb9c4b5aa339f Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Thu, 26 May 2016 10:55:33 +0100 Subject: [PATCH] Added an example of using the module to plot antenna parameters for s21. --- docs/source/plotting.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/plotting.rst b/docs/source/plotting.rst index a9e0867e..45ff51a5 100644 --- a/docs/source/plotting.rst +++ b/docs/source/plotting.rst @@ -69,6 +69,12 @@ There are optional command line arguments: * ``--rx-num`` is the number of the receiver output (default is None) for the receiver antenna (for a s21 parameter). Receivers are numbered (starting at one) in the order they appear in the input file. * ``--rx-component`` is the electric field component (``Ex``, ``Ey`` or ``Ez``) of the receiver output for the receiver antenna (for a s21 parameter). +For example to plot the input impedance, s11 and s21 parameters from a simulation with transmitter and receiver antennas that are attached to transmission lines (the transmission line feeding the transmitter appears first in the input file, and the transmission line attached to the receiver antenna appears after it). + +.. code-block:: none + + python -m tools.plot_antenna_params outputfile --tltx-num 1 --tlrx-num 2 + .. _waveforms: