In other words, the calculated characteristic impedance is different depending on where the probe is placed along the line. I believe this is being caused by reflections at the boundary. When I view the dumped Efield in paraview I do see some reflection. How can I completely eliminate the reflections? Or, is there a better way to calculate the characteristic impedance? I took a look at the ReadUIData member function of class MSLPort (ports.py) but I'm having trouble understanding it. I believe this line is calculating Z0 (
Code: Select all
self.Z_ref = np.sqrt(Et * dEt / (Ht * dHt))
I'm happy to post my code and/or generated files, such as the CSX structure if you think that would be helpful. Thanks.