Load Field Data From an ASCII Text File
When the data is read from an ASCII input file, the data must be given in a specific format.
Note: Each line in the ASCII file represents one point and the values are space
delimited.
Planar Apertures
For planar apertures each line (point definition) must contain the following four
parameters:
- absolute value of the field component in the direction
- phase of the field component in the direction
- absolute value of the field component in the direction
- phase of the field component in the direction
Cylindrical Apertures
For cylindrical apertures each line (point definition) must contain the following
five parameters:
- angle in degrees
- absolute value of the component
- phase of the component
- absolute value of the component
- phase of the component.
Spherical Apertures
For spherical apertures it must contain the following six parameters:
- angle
- angle
- absolute value of the component
- phase of the component
- absolute value of the component
- phase of the component.