Table of Contents

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 | ZModulation

Indicates that the refractive index is modulated in all directions.

None = 0

No refractive index modulation.

XModulation = 1

Indicates that the refractive index between two surfaces is modulated in x-direction.

YModulation = 2

Indicates that the refractive index between two surfaces is modulated in y-direction.

ZModulation = 4

Indicates that the refractive index between two surfaces is modulated in z-direction.