Calculating the Voltage Drop along a Line
Description
Provide the complex voltage drop, in volts between two points by integrating the E-field along a line.
where l is a path between two points on which voltage difference are measured. Usually it is a straight line object.
Usage Examples
To find the voltage excited across the width of a slot antenna element; to test whether a voltage exceeds breakdown in a particular dielectric media.
Prerequisites
You must create the line along which the E-field is to be integrated using Draw>Line before you can complete the calculator routine.
|
Calculator Operation |
Resulting Stack Display (top entry only unless noted) |
|
Quantity>E |
CVc : <Ex,Ey,Ez> |
|
Complex>Real |
Vec : Real(<Ex,Ey,Ez>) |
|
Geometry>Line...>{select line} |
Lin : Line (line1) |
|
Tangent |
SclLin: LineValue(Line(...),Dot(Real<Ex,Ey,Ez>), LineTangent)) |
|
|
Scl : Integrate(Line(.... |
|
Complex>CmplxReal |
CSc : CmplxR(Integrate(Line(Line1),Dot(…))) |
|
Quantity>E |
CVc : <Ex,Ey,Ez> |
|
Complex>Imag |
Vec : Imag(<Ex,Ey,Ez>) |
|
Geometry>Line...>{select line} |
Lin : Line (line1) |
|
Tangent |
ScLin: LineValue(Line(...),Dot(Imag<Ex,Ey,Ez>), LineTangent)) |
|
|
Scl : Integrate(Line(.... |
|
Complex>CmplxImag |
CSc : CmplxI(Integrate(Line(Line1),Dot(…))) |
|
+ |
CSc: (CmplxR(Integrate(Line(Line1),Dot(…))),CmplxI(Integrate(Line(Line1),Dot(…)))) |
|
Eval |
CSc : {complex numerical value}
|