You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spanid="pyheadtail-field-maps-transverse-efield-map-module"></span><h2>PyHEADTAIL.field_maps.Transverse_Efield_map module<aclass="headerlink" href="#module-PyHEADTAIL.field_maps.Transverse_Efield_map" title="Permalink to this headline">¶</a></h2>
<codeclass="sig-name descname">__abstractmethods__</code><emclass="property"> = frozenset({})</em><aclass="headerlink" href="#PyHEADTAIL.field_maps.Transverse_Efield_map.Transverse_Efield_map.__abstractmethods__" title="Permalink to this definition">¶</a></dt>
<codeclass="sig-name descname">__module__</code><emclass="property"> = 'PyHEADTAIL.field_maps.Transverse_Efield_map'</em><aclass="headerlink" href="#PyHEADTAIL.field_maps.Transverse_Efield_map.Transverse_Efield_map.__module__" title="Permalink to this definition">¶</a></dt>
<codeclass="sig-name descname">_abc_impl</code><emclass="property"> = <_abc_data object></em><aclass="headerlink" href="#PyHEADTAIL.field_maps.Transverse_Efield_map.Transverse_Efield_map._abc_impl" title="Permalink to this definition">¶</a></dt>
<codeclass="sig-name descname">get_beam_x</code><spanclass="sig-paren">(</span><emclass="sig-param">beam</em><spanclass="sig-paren">)</span><aclass="headerlink" href="#PyHEADTAIL.field_maps.Transverse_Efield_map.Transverse_Efield_map.get_beam_x" title="Permalink to this definition">¶</a></dt>
<codeclass="sig-name descname">get_beam_y</code><spanclass="sig-paren">(</span><emclass="sig-param">beam</em><spanclass="sig-paren">)</span><aclass="headerlink" href="#PyHEADTAIL.field_maps.Transverse_Efield_map.Transverse_Efield_map.get_beam_y" title="Permalink to this definition">¶</a></dt>
<codeclass="sig-name descname">track</code><spanclass="sig-paren">(</span><emclass="sig-param">beam</em><spanclass="sig-paren">)</span><aclass="headerlink" href="#PyHEADTAIL.field_maps.Transverse_Efield_map.Transverse_Efield_map.track" title="Permalink to this definition">¶</a></dt>
90
-
<dd><p>Perform tracking of beam through this Element.</p>
<h2>PyHEADTAIL.field_maps.Transverse_Efield_map module<aclass="headerlink" href="#pyheadtail-field-maps-transverse-efield-map-module" title="Permalink to this headline">¶</a></h2>
<h2>PyHEADTAIL.field_maps.field_map module<aclass="headerlink" href="#pyheadtail-field-maps-field-map-module" title="Permalink to this headline">¶</a></h2>
@@ -108,7 +66,7 @@ <h3><a href="index.html">Table of Contents</a></h3>
Copy file name to clipboardExpand all lines: docs/PyHEADTAIL.general.html
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -256,11 +256,11 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
256
256
<emclass="property">class </em><codeclass="sig-prename descclassname">PyHEADTAIL.general.element.</code><codeclass="sig-name descname">Printing</code><spanclass="sig-paren">(</span><emclass="sig-param">*args</em>, <emclass="sig-param">**kwargs</em><spanclass="sig-paren">)</span><aclass="headerlink" href="#PyHEADTAIL.general.element.Printing" title="Permalink to this definition">¶</a></dt>
257
257
<dd><p>Provides prints(output) method in order to communicate any output
258
258
to the user. Use for instance</p>
259
-
<divclass="highlight-default notranslate"><divclass="highlight"><pre><span></span><spanclass="gp">>>> </span><spanclass="bp">self</span><spanclass="o">.</span><spanclass="n">prints</span><spanclass="p">(</span><spanclass="s2">"Example message to console."</span><spanclass="p">)</span>
259
+
<divclass="doctest highlight-default notranslate"><divclass="highlight"><pre><span></span><spanclass="gp">>>> </span><spanclass="bp">self</span><spanclass="o">.</span><spanclass="n">prints</span><spanclass="p">(</span><spanclass="s2">"Example message to console."</span><spanclass="p">)</span>
260
260
</pre></div>
261
261
</div>
262
262
<p>instead of</p>
263
-
<divclass="highlight-default notranslate"><divclass="highlight"><pre><span></span><spanclass="gp">>>> </span><spanclass="nb">print</span><spanclass="p">(</span><spanclass="s2">"Example message to console."</span><spanclass="p">)</span>
263
+
<divclass="doctest highlight-default notranslate"><divclass="highlight"><pre><span></span><spanclass="gp">>>> </span><spanclass="nb">print</span><spanclass="p">(</span><spanclass="s2">"Example message to console."</span><spanclass="p">)</span>
264
264
</pre></div>
265
265
</div>
266
266
<p>in order to obtain full flexibility over output channels.</p>
@@ -301,11 +301,11 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
<codeclass="sig-name descname">prints</code><spanclass="sig-paren">(</span><emclass="sig-param">output</em><spanclass="sig-paren">)</span><aclass="headerlink" href="#PyHEADTAIL.general.element.Printing.prints" title="Permalink to this definition">¶</a></dt>
303
303
<dd><p>Communicate any output to the user. Use for instance</p>
304
-
<divclass="highlight-default notranslate"><divclass="highlight"><pre><span></span><spanclass="gp">>>> </span><spanclass="bp">self</span><spanclass="o">.</span><spanclass="n">prints</span><spanclass="p">(</span><spanclass="s2">"Example message to console."</span><spanclass="p">)</span>
304
+
<divclass="doctest highlight-default notranslate"><divclass="highlight"><pre><span></span><spanclass="gp">>>> </span><spanclass="bp">self</span><spanclass="o">.</span><spanclass="n">prints</span><spanclass="p">(</span><spanclass="s2">"Example message to console."</span><spanclass="p">)</span>
305
305
</pre></div>
306
306
</div>
307
307
<p>instead of</p>
308
-
<divclass="highlight-default notranslate"><divclass="highlight"><pre><span></span><spanclass="gp">>>> </span><spanclass="nb">print</span><spanclass="p">(</span><spanclass="s2">"Example message to console."</span><spanclass="p">)</span>
308
+
<divclass="doctest highlight-default notranslate"><divclass="highlight"><pre><span></span><spanclass="gp">>>> </span><spanclass="nb">print</span><spanclass="p">(</span><spanclass="s2">"Example message to console."</span><spanclass="p">)</span>
309
309
</pre></div>
310
310
</div>
311
311
<p>in order to obtain full flexibility over output channels.</p>
@@ -315,11 +315,11 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
<codeclass="sig-name descname">warns</code><spanclass="sig-paren">(</span><emclass="sig-param">output</em><spanclass="sig-paren">)</span><aclass="headerlink" href="#PyHEADTAIL.general.element.Printing.warns" title="Permalink to this definition">¶</a></dt>
317
317
<dd><p>Communicate warnings to the user. Use for instance</p>
318
-
<divclass="highlight-default notranslate"><divclass="highlight"><pre><span></span><spanclass="gp">>>> </span><spanclass="bp">self</span><spanclass="o">.</span><spanclass="n">warns</span><spanclass="p">(</span><spanclass="s2">"Example warning to console."</span><spanclass="p">)</span>
318
+
<divclass="doctest highlight-default notranslate"><divclass="highlight"><pre><span></span><spanclass="gp">>>> </span><spanclass="bp">self</span><spanclass="o">.</span><spanclass="n">warns</span><spanclass="p">(</span><spanclass="s2">"Example warning to console."</span><spanclass="p">)</span>
319
319
</pre></div>
320
320
</div>
321
321
<p>instead of</p>
322
-
<divclass="highlight-default notranslate"><divclass="highlight"><pre><span></span><spanclass="gp">>>> </span><spanclass="nb">print</span><spanclass="p">(</span><spanclass="s2">"Example message to console."</span><spanclass="p">)</span>
322
+
<divclass="doctest highlight-default notranslate"><divclass="highlight"><pre><span></span><spanclass="gp">>>> </span><spanclass="nb">print</span><spanclass="p">(</span><spanclass="s2">"Example message to console."</span><spanclass="p">)</span>
323
323
</pre></div>
324
324
</div>
325
325
</dd></dl>
@@ -602,7 +602,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
<emclass="property">class </em><codeclass="sig-prename descclassname">PyHEADTAIL.general.printers.</code><codeclass="sig-name descname">ConsolePrinter</code><aclass="headerlink" href="#PyHEADTAIL.general.printers.ConsolePrinter" title="Permalink to this definition">¶</a></dt>
604
604
<dd><p>Redirects to console, equivalent to the print statement</p>
0 commit comments