6.3.1   Exporting 3D radiation pattern

3D Radiation Pattern window allows exporting the 3D radiation pattern to the *.an3 file with button_export_save button in Export/Import tab and Export Results->Save 3D Radiation Pattern… command from main menu or context menu.

 

Example 1: format of *.an3 file with 3D radiation pattern

! Quick Wave Antenna 3D Results to file ver. 1.0

! Program version v2020:2020.11.06 HN64,OMP

! Computer time = Mon Nov 16 22:42:18 2020

! Task name - C:/Users/Public/QWED/QuickWave Professional 2020/qw_examp/QW_3D/Standard/Antennas/Holen/holen10.ta3

! Iteration number = 2727

! Time step [ns] =  1.40357808e-03

! Subcircuit Name - holen1

! Subcircuit Type - t3d

! Components - ETHETA_EPHI

! Gain scaling factors - Power= 1.00042188e+00 Absolute= 9.45986748e-01 Relative= 3.06497484e-01 Fields_at1= 3.10254514e-01 Absolute_Pav= 0.00000000e+00

! Ef= 1.00084389e+02 S11= 3.25367033e-01

! Active Walls: -X, +X, -Y, +Y, -Z, +Z

! Use NTF samples: X: all, Y: all, Z: all

! Requested number of NTF samples per shortest period: 10. Fields sampled every: 2 FDTD iteration.

! Correction for backward radiation is OFF.

! lktheta=91 lkphi=181

! Step Theta= 2.00000000e+00 [deg] Step Phi= 2.00000000e+00 [deg]

! Theta From= 0.00 [deg] Theta To=180.00 [deg]

! Phi From= 0.00 [deg] Phi To=360.00 [deg]

! Frequency= 2.00000000e+01 [GHz]

! Ref_axis – Z

 

1.84858143e-02  2.00269204e-02  2.16945074e-02  2.34539937e-02  2.52781808e-02  2.71457061e-02

 2.90396288e-02  3.09464168e-02  3.28550413e-02  3.47563885e-02  3.66428345e-02  3.85078304e-02

 4.03457396e-02  4.21516262e-02  4.39211130e-02  4.56502698e-02  4.73355763e-02  4.89738397e-02

 5.05621359e-02  5.20978533e-02  5.35785072e-02  5.50019145e-02  5.63660376e-02  5.76690137e-02

...

 

Remarks:

·         Field values are always saved in Directive scaling, so Gain scaling factors are given in the header.

·         Ef denotes Efficiency calculated for the radiation pattern.

·         S11 denotes S11 calculated for the input port (it is used for scaling).

·         lktheta and lkphi denote the number of steps along Theta and Phi angles, respectively. Span of these angles is fixed: 0 ≤ Phi ≥ 360, 0 ≤ Theta ≥ 180.

·         Radiation pattern values are saved line by line using the following routine:

for(k=0;k<lktheta;k++)

      for(i=0;i<lkphi;i++) fprintf(…)

 

6.3.1.1    Exporting 3D radiation pattern to SAT file

3D Radiation Pattern window allows exporting the 3D radiation pattern to the *.sat file with button_sat button in Export/Import tab and Export Results->Export to SAT… command from main menu or context menu.

display_inventor_sat

 

6.3.1.2    Exporting 3D radiation pattern as a picture

The displayed 3D radiation pattern can be exported as a picture to *.bmp, *.jpg, or *.png file format by using  button_export_bmp, button_export_jpg, button_export_png or button_export_picture buttons from Export/Import tab and Export Results->Export to… or Export Results ->Save Picture… commands from main menu or context menu. The picture quality (the default is the best quality) for JPG format can be set in the View tab in the Preferences dialogue.

The displayed 3D radiation pattern can be copied to the Clipboard using button_export_clipboard button from Export/Import tab and Export Results->Copy to Clipboard command from main menu or context menu.