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: 24.1.418.0 (24.1.418.0)
Syntax
protected Polarization(
	PolarizationReferenceAxis referenceAxis,
	double tiltAngle,
	double axialRatio
)

Parameters

referenceAxis
Type: AGI.Foundation.CommunicationsPolarizationReferenceAxis
The polarization reference axis. The reference axis from which the tilt angle is measured.
tiltAngle
Type: SystemDouble
The polarization tilt angle.
axialRatio
Type: SystemDouble
The polarization axial ratio.
See Also