MinimumVarianceDistortionlessResponseBeamformerNullDirectionsProvider Property |
Namespace:
AGI.Foundation.Communications.Antennas
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public DirectionsProvider NullDirectionsProvider { get; set; }
Public Property NullDirectionsProvider As DirectionsProvider
Get
Set
public:
property DirectionsProvider^ NullDirectionsProvider {
DirectionsProvider^ get ();
void set (DirectionsProvider^ value);
}
member NullDirectionsProvider : DirectionsProvider with get, set
Property Value
Type:
DirectionsProviderRemarks
This property defaults to .
If not set, the weights produced will not account for null steering.
See Also