-
-
November 19, 2023 at 5:46 am
-
November 21, 2023 at 8:26 amNiki PapachristouAnsys Employee
Hi Pengzheng,
Thank you for contacting us,
In FTDT you could introduce a mode expansion monitor (Using and understanding Mode Expansion Monitors) and ports (Ports (FDTD) - Simulation Object) at the positions of your interest for both the amplitude and the phase. From this point you can extract the phase, which is connected with S-parameters, as well as with field component and mode. So taking advantage of S-parameters of FTDT you can use angle script command ( angle - Script command) to get the phase. The same case with S-parameters applies on EME solver by using ports.
Â
A simple example how you can use the S-parameters is quoted below:
SS=getresult("FDTD::ports::port 2","S");
S21=SS.S;
Phase=angle(S21);
?phase*180/pi;Â Â #in deg
Â
You could also get the phase by using a frequency-domain monitor (Frequency-domain Profile and Power monitor - Simulation object) of an individual E component. However, special care should be taken as getting the phase from a frequency monitor it depends on the position on the monitor.
Â
I hope that was helpful, let me know if I can be of further assistance.Kind Regards,
Niki
-
- The topic ‘Amplitude and phase In FDTD or MODE’ is closed to new replies.
- Errors Running Ring Modulator Example on Cluster
- INTERCONNECT – No results unless rerun simulation until it gives any
- Difference between answers in version 2024 and 2017 lumerical mode solution
- Import material .txt file with script
- Calculation of correlation values in laser modulation bandwidth simulation
- Trapezoidal ring
- Help for qINTERCONNECT
- Issues with getting result from interconnent analysis script
- Topology Optimization Error
- Edge Coupler EME Example Issue
-
1141
-
471
-
468
-
225
-
201
© 2024 Copyright ANSYS, Inc. All rights reserved.