Click or drag to resize

ElectricFieldVectorComponents.ComputePolarization 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.3.420.0 (24.3.420.0)
Syntax
public Polarization ComputePolarization(
	PolarizationReferenceAxis referenceAxis
)

Parameters

referenceAxis
Type: AGI.Foundation.Communications.PolarizationReferenceAxis
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