LowNoiseAmplifierReferenceTemperature Property |
Gets or sets the amplifier's operating temperature.
Note that this temperature is used for both the input and output.
Namespace:
AGI.Foundation.Communications.SignalProcessing
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public override double ReferenceTemperature { get; set; }
Public Overrides Property ReferenceTemperature As Double
Get
Set
public:
virtual property double ReferenceTemperature {
double get () override;
void set (double value) override;
}
abstract ReferenceTemperature : float with get, set
override ReferenceTemperature : float with get, set
Property Value
Type:
DoubleSee Also