skrf.taper.Taper1D

class skrf.taper.Taper1D(med, start, stop, n_sections, f, length, length_unit='m', param='z0', f_is_normed=True, med_kw={}, f_kw={})[source]

Generic 1D Taper Object

Parameters
  • start (Number) –

  • stop (Number) –

  • n_sections (int) –

  • f (Callable) –

  • length (Number) –

  • length_unit (str) –

  • param (str) –

  • f_is_normed (bool) –

  • med_kw (dict) –

  • f_kw (dict) –

Attributes

medias

List of medias.

network

Resulting Network

section_length

Section length.

sections

List of sections.

value_vector

Methods

__init__

Generic 1D 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.