Guilin Sun
Ansys Employee

The absolute time step is used in the internal update equation, which is critical to get correct result of the simulation. you can extract the time step by this script:

dt=getnamed("FDTD","dt");

 this is the actual time step size used in the update equations.

Thus "plugin dt is identical to the one indicated by the Lumerical interface" is correct.