Events2Join

skrf.media.mline — scikit|rf Documentation


skrf.media.mline.MLine — scikit-rf Documentation - Read the Docs

skrf.media.mline.MLine ... A microstripline transmission line defined in terms of width, thickness and height on a given relative permittivity substrate. The ...

skrf.media.mline — scikit-rf Documentation - Read the Docs

Source code for skrf.media.mline ... [docs] class MLine(Media): r""" A microstripline transmission line defined in terms of width, thickness and height on a given ...

Media — scikit-rf Documentation

media ( skrf.media ) . This package provides objects representing transmission line mediums. The Media object is the base-class that ...

skrf.media.mline.MLine.thru — scikit-rf Documentation

skrf.media.mline.MLine.thru · z0 (number, or array-like or None) – port impedance. Default is None, in which case the Media's z0 is used. This sets the ...

skrf.media.mline.MLine.line — scikit-rf Documentation - Read the Docs

skrf.media.mline.MLine.line ... Transmission line of a given length and impedance. The units of length are interpreted according to the value of unit . If z0 is ...

skrf.media.mline.MLine.analyse_quasi_static - Read the Docs

model (str). Previous Next. © Copyright 2024, scikit-rf team. Built ...

skrf.media.mline.MLine.load — scikit-rf Documentation

skrf.media.mline.MLine.load . MLine.load(Gamma0, nports=1, z0=None, **kwargs) . Load of given reflection coefficient. Parameters:.

skrf.media.Media.line — scikit-rf Documentation - Read the Docs

skrf.media.Media.line¶. Media.line(d, unit='deg', z0=None, embed=False, **kwargs)[source]¶. Transmission line of a given length and impedance.

skrf.media.mline.MLine.shunt_capacitor — scikit-rf Documentation

skrf.media.mline.MLine.shunt_capacitor · C (number, array-like) – Capacitance in Farads. · **kwargs (arguments, keyword arguments) – passed to func: capacitor.

skrf.media.mline.MLine.match — scikit-rf Documentation

skrf.media.mline.MLine.match · nports (int) – number of ports · z0 (number, or array-like or None) – port impedance. Default is None, in which case the Media's ...

skrf.media.mline.MLine.lossless_mismatch — scikit-rf Documentation

skrf.media.mline.MLine.lossless_mismatch ... Lossless, symmetric mismatch defined by its return loss. Parameters: ... Built with Sphinx using a theme provided by ...

skrf.media.mline.MLine.theta_2_d — scikit-rf Documentation

skrf.media.mline.MLine.theta_2_d . MLine.theta_2_d(theta, deg=True, bc=True) . Convert electrical length to physical distance.

skrf.media.mline.MLine.to_meters — scikit-rf Documentation

skrf.media.mline.MLine.to_meters . MLine.to_meters(d, unit='deg') . Translate various units of distance into meters. This is a method of media to allow for ...

Media — scikit-rf dev documentation

skrf supports the microwave network synthesis based on transmission line models. Network creation is accomplished through methods of the Media class, which ...

skrf.media.mline.MLine.delay_load — scikit-rf Documentation

skrf.media.mline.MLine.delay_load ... Delayed load. A load with reflection coefficient Gamma0 at the end of a matched line of length d . Parameters: ... Built with ...

skrf.media.media.Media.line — scikit-rf 0.12 documentation

scikit-rf 0.12 documentation ». skrf.media.media.Media.line¶. Media.line(d, unit='m', **kwargs)¶. Matched transmission line of given length. The units of length ...

skrf.media.mline.MLine.attenuator — scikit-rf Documentation

skrf.media.mline.MLine.attenuator . MLine.attenuator(s21, db=True, d=0, unit='deg', name='', **kwargs) . Ideal matched attenuator of a given length.

skrf.media.mline.MLine.short — scikit-rf Documentation

skrf.media.mline.MLine.short · nports (int) – number of ports · **kwargs (key word arguments passed to load() .) · z0 (number, or array-like or None) – port ...

skrf.media.media — scikit-rf Documentation

Frequency` object or None frequency band of this transmission line medium. Defaults to None, which produces a 1-10ghz band with 101 points. z0_port : number, ...

Create New Networks Based on Media Models · Issue #304 · scikit-rf ...

Use of the embed feature of media.line (see here); Explicitly set the port impedance. import matplotlib.pyplot as plt from skrf.frequency import ...