Lesson 16 – Calculating Power Transmittance and Reflection using VB Script

Calculating Power Transmittance and Reflection using VB Script Introduction

OptiFDTD provides comprehensive post-simulation analysis tools. Such as transmittance spectrum analysis, mode overlap calculation, input overlap calculation, far field calculation, Poynting vector analysis, polarized power calculation and so on. These analysis tools were mainly used in the analyzer. Some users may want to perform the sweep simulation and want feedback the results to the layout designer…

VB Script Function for Observation Line

10 PowerAtCenterWavelength() Purpose: Calculates power at the Center Wavelength. The Center Wavelength value is specified at the primary (key) Input Plane. All types of 2D (CW, GMCW) simulations support this function. 11 PowerAtWavelength( double dWavelength ) Arguments: dWavelength– specifies a wavelength value for which the calculations should be performed. Wavelength value must be greater than zero. Purpose:…