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 = 0Indicated the Ex and Ey field component.
[EnumDescription("Ex, Ey, Ez combined", false)] ExEyEz = 3Indicated the Ex, Ey and Ez field component.
[EnumDescription("Ez, Ex combined", false)] [AlternateEnumDescription("z-x-Plane")] EzEx = 1Indicated the Ex and Ez field component.
[EnumDescription("Ez, Ey combined", false)] [AlternateEnumDescription("z-y-Plane")] EzEy = 2Indicated the Ey and Ez field component.