7.5    FD-Probing

 

The FD button  in the Simulation tab and Postprocessings->FD-Probing... command from main menu invoke FD-Probing dialogue with settings for FD-Probing post-processing.


At all Point Sources and Probe Ports which have been marked as taking part in FD-Probing, the software will calculate Fourier transforms of terminal voltage and current, and therefore extract embedding impedance and admittance. The user specifies the frequency range of calculations.


For a detailed discussion regarding FD-Probing post-processing refer to FD-Probing.

The FD-Probing results can be observed in Results window in QW-Simulator.


Python code

The python code, which can be useful when creating project scripts, generated by FD-Probing dialogue for default parameters:


App.ActiveDocument.QW_PostprocessingFD.Active = True

App.ActiveDocument.QW_PostprocessingFD.From = 5.00000

App.ActiveDocument.QW_PostprocessingFD.To = 15.00000

App.ActiveDocument.QW_PostprocessingFD.Step = 0.10000