| |
- Method resolution order:
- Coax
- mwavepy.transmissionLine.genericTEM.GenericTEM
- __builtin__.object
Methods defined here:
- __init__(self, innerRadius, outerRadius, surfaceResistance=0, relative_permativity=1, relative_permeability=1)
Methods inherited from mwavepy.transmissionLine.genericTEM.GenericTEM:
- characteristic_impedance(self, f)
- The characteristic impedance at a given angular frequency.
Z0(w) = sqrt(Z'(w)/Y'(w))
takes:
f: frequency
returns:
Z0: characteristic impedance ohms
- distributed_admittance(self, f)
- distributed Admittance, Y'(w) = G' + jwC'
takes:
f: frequency [Hz]
- distributed_impedance(self, f)
- distributed Impedance, Z'(w) = R' + jwI'
takes:
f: frequency [Hz]
- electrical_length(self, f, d, deg=False)
- propagation_constant(self, f)
- the propagation constant
gamma(w) = sqrt(Z'(w)*Y'(w))
takes:
f: frequency [Hz]
returns:
gamma: possibly complex propagation constant, [jrad/m+]
Data descriptors inherited from mwavepy.transmissionLine.genericTEM.GenericTEM:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|