Click or drag to resize

Polarization Constructor (PolarizationReferenceAxis, Double, Double)

Constructs a new instance with the provided reference axis, tilt angle, and axial ratio.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
protected Polarization(
	PolarizationReferenceAxis referenceAxis,
	double tiltAngle,
	double axialRatio
)

Parameters

referenceAxis
Type: AGI.Foundation.Communications.PolarizationReferenceAxis
The polarization reference axis. The reference axis from which the tilt angle is measured.
tiltAngle
Type: System.Double
The polarization tilt angle.
axialRatio
Type: System.Double
The polarization axial ratio.
See Also