Click or drag to resize

ElectricFieldVectorComponentsComputePolarization Method

Computes polarization based on the horizontal and vertical vector components and the supplied polarization reference axis.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Polarization ComputePolarization(
	PolarizationReferenceAxis referenceAxis
)

Parameters

referenceAxis
Type: AGI.Foundation.CommunicationsPolarizationReferenceAxis
The desired polarization reference axis of the resulting polarization.

Return Value

Type: Polarization
The computed Polarization instance or null. If null is returned, either the horizontal or vertical electric field magnitude is less than MinimumElectricFieldValue
See Also