Click or drag to resize

Amplifier Properties

The Amplifier type exposes the following members.

Properties
  NameDescription
Public propertyInputSignalProcessor
Gets or sets the input to the signal processor.
(Inherited from SignalProcessor.)
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Public propertyNoiseFactor
Gets or sets the noise factor representing the ratio of the NoiseTemperature to ReferenceTemperature plus 1 (i.e. NoiseFactor = NoiseTemperature/ReferenceTemperature + 1).
Public propertyNoiseTemperature
Gets the noise temperature of the amplifier, in kelvin.
Public propertyReferenceTemperature
Gets or sets the reference temperature for this amplifier, in kelvin.
Public propertySignalOutput
Gets the signal processor representing the output of the service provider.
(Inherited from SignalProcessor.)
Top
See Also