Table of Contents

Enum CombinedComponent

Namespace
VirtualLabAPI.Core.FieldRepresentations
Assembly
VirtualLabAPI.dll

Used for selection of the combination of the field components in a ComplexAmplitude.

public enum CombinedComponent

Fields

[EnumDescription("Ex, Ey combined", false)] [AlternateEnumDescription("x-y-Plane")] ExEy = 0

Indicated the Ex and Ey field component.

[EnumDescription("Ex, Ey, Ez combined", false)] ExEyEz = 3

Indicated the Ex, Ey and Ez field component.

[EnumDescription("Ez, Ex combined", false)] [AlternateEnumDescription("z-x-Plane")] EzEx = 1

Indicated the Ex and Ez field component.

[EnumDescription("Ez, Ey combined", false)] [AlternateEnumDescription("z-y-Plane")] EzEy = 2

Indicated the Ey and Ez field component.