SimpleReceiverFilterBandwidth Property  | 
 
            Gets or sets the bandwidth used by the receiver's rectangular filter, in hertz.  The bandwidth is centered on the 
TargetFrequency.
            
 
    Namespace: 
   AGI.Foundation.Communications
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double FilterBandwidth { get; set; }Public Property FilterBandwidth As Double
	Get
	Set
public:
property double FilterBandwidth {
	double get ();
	void set (double value);
}member FilterBandwidth : float with get, set
Property Value
Type: 
Double
See Also