From 44248f407638721b8dcb1fd0cd1df859b1fe388d Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Thu, 14 Jan 2016 10:38:41 +0000 Subject: [PATCH] Updated info on receiver outputs. --- docs/source/input.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/input.rst b/docs/source/input.rst index 894407d6..479552e8 100644 --- a/docs/source/input.rst +++ b/docs/source/input.rst @@ -805,11 +805,11 @@ Allows you to introduce output points into the model. These are locations where * ``f1 f2 f3`` are the coordinates (x,y,z) of the receiver in the model. * ``str1`` is the identifier of the receiver. -* ``str2`` is a list of field components to output with this receiver. It can be any selection from ``Ex``, ``Ey``, ``Ez``, ``Hx``, ``Hy``, or ``Hz``. +* ``str2`` is a list of outputs with this receiver. It can be any selection from ``Ex``, ``Ey``, ``Ez``, ``Hx``, ``Hy``, ``Hz``, ``Ix``, ``Iy``, or ``Iz``. .. note:: - * When the optional parameters ``str1`` and ``str2`` are not given all the electric and magnetic field components will be output with the receiver point. + * When the optional parameters ``str1`` and ``str2`` are not given all the electric and magnetic field components and currents will be output with the receiver point. #rx_box: --------