Enum RefractiveIndexModulation
- Namespace
- VirtualLabAPI.Core.OpticalSystems
- Assembly
- VirtualLabAPI.dll
This flag enumeration is used to indicate different modulations of the complex refractive index depending on the position.
[Flags]
public enum RefractiveIndexModulation
Fields
All = XModulation | YModulation | ZModulationIndicates that the refractive index is modulated in all directions.
None = 0No refractive index modulation.
XModulation = 1Indicates that the refractive index between two surfaces is modulated in x-direction.
YModulation = 2Indicates that the refractive index between two surfaces is modulated in y-direction.
ZModulation = 4Indicates that the refractive index between two surfaces is modulated in z-direction.