FDTD Quick Start Lumerical Scripting Language Pickup (2) Practical Skills

Article Directory


Preface

This article mainly talks about some default things of the FDTD solution software itself, as well as some simple techniques for script running and debugging


Skills and habits

  • FDTD does not have a special length unit constant. The default length unit is meter (m), so 1e-6 and 1e-9 are generally used to represent micrometer (um) and nanometer (nm), respectively.
  • Comment symbol: #
  • Run script shortcuts:F5
  • Shortcut keys to run the selected code segment:F9
  • Comment shortcut: Ctrl+R
  • Uncomment shortcut key: Ctrl+T

Guess you like

Origin blog.csdn.net/weixin_44224652/article/details/112717522