From 995d5e0ba20c645b82cd3a49523506ec7119bb39 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Mon, 1 Feb 2016 16:00:02 +0000 Subject: [PATCH] Updated text on output file structure. --- docs/source/output.rst | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/source/output.rst b/docs/source/output.rst index ba00fe21..16380cfe 100644 --- a/docs/source/output.rst +++ b/docs/source/output.rst @@ -44,6 +44,7 @@ The output file contains HDF5 groups for sources (``srcs``), transmission lines ... srcs/ src1/ + Type Position src2/ ... @@ -51,6 +52,12 @@ The output file contains HDF5 groups for sources (``srcs``), transmission lines tls/ tl1/ Position + Resistance + dl + Vinc + Iinc + Vtotal + Itotal tl22/ ... @@ -85,10 +92,9 @@ Within each individual ``tl`` group are the following attributes: Within each individual ``tl`` group are the following datasets: * ``Vinc`` is an array containing the time history (for the model time window) of the values of the incident voltage in the transmission line. -* ``Vscat`` is an array containing the time history (for the model time window) of the values of the scattered (field) voltage in the transmission line. -* ``Iscat`` is an array containing the time history (for the model time window) of the values of the scattered (field) current in the transmission line. -* ``Vtot`` is an array containing the time history (for the model time window) of the values of the total (field) voltage in the transmission line. -* ``Itot`` is an array containing the time history (for the model time window) of the values of the total (field) current in the transmission line. +* ``Iinc`` is an array containing the time history (for the model time window) of the values of the incident current in the transmission line. +* ``Vtotal`` is an array containing the time history (for the model time window) of the values of the total (field) voltage in the transmission line. +* ``Itotal`` is an array containing the time history (for the model time window) of the values of the total (field) current in the transmission line. Viewing output