StaticDirectionWeightingMetric Property |
Gets or sets the associated weighting metric.
Namespace:
AGI.Foundation.Communications.Antennas
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic Scalar WeightingMetric { get; set; }
Public Property WeightingMetric As Scalar
Get
Set
public:
property Scalar^ WeightingMetric {
Scalar^ get ();
void set (Scalar^ value);
}
member WeightingMetric : Scalar with get, set
Property Value
Type:
Scalar
RemarksThe weighting metric can be used by beamformers in order to prioritize directions when computing complex element weights.
See Also