skrf.media.device.Hybrid180

class skrf.media.device.Hybrid180(media, nports=4, *args, **kw)[source]

180degree hybrid

This device can be used to combine two signals in and out of phase, or as a divider, with outputs in or out of phase.

The resultant ntwk port assignment is as follows:
  • 0 - sum (A+B)

  • 1 - input A

  • 2 - input B

  • 3 - delta (A-B)

http://www.microwaves101.com/encyclopedias/hybrid-couplers

Attributes

ntwk

the network representation of a given device

Methods

__init__