TransceiverInputAntennaNoiseTemperature Property  | 
 
            Gets or sets the equivalent noise temperature for the antenna, in kelvin.  
            It is used to model noise which comes from the 
            antenna pointing at Earth's albedo and other effects prior to reaching the signal processors.  It is added
            to any noise which is added during propagation.
            
 
    Namespace: 
   AGI.Foundation.Communications
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double InputAntennaNoiseTemperature { get; set; }Public Property InputAntennaNoiseTemperature As Double
	Get
	Set
public:
property double InputAntennaNoiseTemperature {
	double get ();
	void set (double value);
}member InputAntennaNoiseTemperature : float with get, set
Property Value
Type: 
Double
See Also