AntennaSignalProcessorTGainPatternMinimumFrequency Property |
Gets or sets the minimum frequency. All received signals with frequency bands which fall entirely
below this frequency will be rejected and will not show up in the output signal collection.
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 double MinimumFrequency { get; set; }
Public Property MinimumFrequency As Double
Get
Set
public:
property double MinimumFrequency {
double get ();
void set (double value);
}
member MinimumFrequency : float with get, set
Property Value
Type:
DoubleSee Also