skrf.taper.Exponential

class skrf.taper.Exponential(**kw)[source]

An Exponential Taper.

Defined by \(f(x) = f_0 \exp\left[ \frac{x}{x_1} \ln\left( \frac{f_1}{f_0} \right) \right]\)

where:

  • \(f_0\): start param value

  • \(f_1\): stop param value

  • \(x\): independent variable (position along taper)

  • \(x_1\): length of taper

Attributes

medias

List of medias.

network

Resulting Network

section_length

Section length.

sections

List of sections.

value_vector

Methods

__init__

Exponential Taper Constructor

media_at

Create a media instance for the taper with parameter value val.

section_at

Create a single section of the taper with parameter value val.