AntennaSignalProcessorTGainPatternMaximumFrequency Property |
Gets or sets the maximum frequency. All received signals with frequency bands which fall entirely
above 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 MaximumFrequency { get; set; }
Public Property MaximumFrequency As Double
Get
Set
public:
property double MaximumFrequency {
double get ();
void set (double value);
}
member MaximumFrequency : float with get, set
Property Value
Type:
DoubleSee Also