Click or drag to resize

OpticalGainPatternValidateProperties Method

Validates that required properties and parameters are configured correctly in order to get an evaluator for this instance. Derived classes should call this method when implementing GetApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph), as well as validate their own properties.

Namespace:  AGI.Foundation.Communications.Antennas
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected virtual void ValidateProperties()
Exceptions
ExceptionCondition
PropertyInvalidException Thrown if ApertureDiameter or DivergenceAngle is not positive, or if PointingError is not greater than zero, or if Efficiency is not between 0 and 1.
See Also