hamwaves.com
;

Parallel Square Conductor Transmission Line Calculator

Serge Y. Stroobandt, ON4AA

Copyright 2015–2020, licensed under Creative Commons BY-NC-SA

  1. Home
  2. Parallel Square Conductor TL

Introduction

This calculator is a tool for designing balanced transmission lines with a specific desired characteristic impedance \(Z_\text{c}\) and made of parallel square stock conductors of a given side length \(d\). This type of transmission line is frequently encountered as a feed line on antenna booms, especially with log-periodic dipole arrays. The results of this calculator are not applicable to rectangular conductors. The square conductors being massive or hollow does not affect the characteristic impedance.

Parallel square conductor transmission line; dimensions.

Input

Input
desired characteristic impedance
of the transmission‑line
\(Z_\text{c}\)  Ω
side length of the square conductors \(d\)  *

Results

Results
centre to centre distance \(D\)  *
space between the square conductors \(s\)  *

* Use the same length unit (SI metric or imperial)

Formula

Owen Duffy, VK1OD developed an approximative expression1 based on modelling the centre distance to side length ratio \(\frac{D}{d}\) as a function of the desired characteristic impedance \(Z_\text{c}\). Owen did his modelling using ATLC, the Arbitrary Transmission Line Calculator,2 which happens to be also available in many GNU/Linux distributions.

\[D = d\cdot \left[ 0.539774145266 + 0.404050444546\;\text{e}^{\left( 0.009504588299\cdot Z_\text{c} \right)} \right]\]

\[s = D - d\]

where:
\(D\): the centre to centre distance
\(d\): the side length of the square conductors
\(Z_\text{c}\): the desired characteristic impedance of the transmission‑line
\(s\): the space between the square conductors

Limitations

For \(\frac{D}{d} \geqslant 1.2\), the error between his exponential model and the ATLC simulation is less than 1% of \(\frac{D}{d}\). Extrapolation beyond the modelled range of 30–300 Ω may yield less accurate results.

Neither does the ATLC simulator take into account the finite conductivity of the conductors. Hence, the proximity effect is probably not accounted for. Therefore, \(Z_\text{c}\) figures below about 100 Ω will likely be underestimated.

Brython source code

Here is the Brython code of this calculator. Brython code is not intended for running stand alone, even though it looks almost identical to Python 3. Brython code runs on the client side in the browser, where it is transcoded to secure Javascript.

License: GNU GPL version 3
Download: zc.square.py

Measuring characteristic impedance

The characteristic impedance of a transmission line can easily be determined from two vector network analyser (VNA) measurements. This is explained in detail here.

References

1.
Owen Duffy, VK1OD. Characteristic impedance of transmission line of two square conductors in air. Published 2009. http://owenduffy.net/calc/tstl.htm
2.
Dave Kirkby, G8WRB. Finding the characteristics of arbitrary transmission lines. QEX. Published online 1996:3-10. http://atlc.sourceforge.net/qex-december-1996/atlc.pdf
5
Creative Commons Licence
This work is licensed under a Creative Commons Attribution‑NonCommercial‑ShareAlike 4.0 International License.
Other licensing available on request.
GNU GPL v3
Unless otherwise stated, all originally authored software on this site is licensed under the terms of GNU GPL version 3.
cookie
This static web site has no backend database.
Hence, no personal data is collected and GDPR compliance is met.
Moreover, this domain does not set any first party cookies.

All Google ads shown on this web site are, irrespective of your location,
restricted in data processing to meet compliance with the CCPA and GDPR.
However, Google AdSense may set third party cookies for traffic analysis and
use JavaScript to obtain a unique set of browser data.
Your browser can be configured to block third party cookies.
Furthermore, installing an ad blocker like EFF's Privacy Badger
will block the JavaScript of ads.
Google's ad policies can be found here.
This page employs a Python Bottle server‑side script.
This page includes an open-source client-side script, written in Python and
transcoded by Brython to make it run as secure JavaScript in the browser.
Static XHTML generated from Markdown by Pandoc and
the GNU/Linux make, sed and gpp commands.
LaTeXmath markup rendered with MathJax.
BibTeX references are best read with JabRef.
Unattended CSS typesetting with Prince.
This work is published at https://hamwaves.com/zc.square/en/.
profile for Serge Stroobandt on Stack Exchange, a network of free, community-driven Q&A sites
GnuPG
Use my OpenPGP public key to encrypt messages for:

echo c2VyZ2VAc3Ryb29iYW5kdC5jb20K |base64 -d
Last update: Wednesday, March 24, 2021.