| <PlaneWaveArray> |
Array |
Structured array.
Array("NAME:<Name of incident wave>", "Faces:=", <array of face IDs>, "IsCartesian:=", <boolean>, "EoX:=", "<numeric value>", "EoY:=", "<numeric value>", "EoZ:=", "<numeric value>", "kX:=", "<numeric value>", "kY:=", "<numeric value>", "kZ:=", "<numeric value>", "PhiStart:=",<value>, "PhiStop:=", <value>, "PhiPoints:=", <int>, "ThetaStart:=", <value>, "ThetaStop:=", <value>, "ThetaPoints:=", <integer>, "EoPhi:=", <value>, "EoTheta:=", <value>, "OriginX:=", "<numUnit>", "OriginY:=", "<numUnit>", "OriginZ:=", "<numUnit>", "IsPropagating:=", <boolean>, "IsEvanescent:=", <boolean>, "IsEllipticallyPolarized:=", <boolean>, "RealPropConst:=", "<value>", "ImagPropConst:=", "<value>", "PolarizationAngle:=", "<value>deg", "PolarizationRatio:=" , "<value>") IsCartesian: - True - provide the EoX,
EoY, EoZ,
kX, kY,
kZ parameters.
- False - provide the PhiStart,
PhiStop, PhiPoints,
ThetaStart, ThetStop,
ThetaPoints, EoPhi,
EoTheta parameters.
IsEvanescent: - True - provide the RealPropConst,
ImagPropConst.
IsEllipticallyPolarized: - True - provide the PolarizationAngle,
PolarizationRatio.
|