Click or drag to resize

RadarAntennaSignalProcessor Properties

The RadarAntennaSignalProcessor type exposes the following members.

Properties
  NameDescription
Public propertyCrossPolarizationLeakage
Gets or sets the cross polarization leakage value.
(Inherited from AntennaSignalProcessor<TGainPattern>.)
Public propertyInputSignalProcessor
Gets or sets the input to the signal processor.
(Inherited from AntennaSignalProcessor<TGainPattern>.)
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 propertyMaximumFrequency
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.
(Inherited from AntennaSignalProcessor<TGainPattern>.)
Public propertyMinimumFrequency
Gets or sets the minimum frequency. All received signals with frequency bands which fall entirely below this frequency will be rejected and will not show up in the output signal collection.
(Inherited from AntennaSignalProcessor<TGainPattern>.)
Public propertyNoiseTemperature
Gets or sets the antenna noise temperature, in kelvin.
Public propertyOutputSignalProcessorPrepolarizer
Gets a signal evaluator which produces signals which have the antenna gain applied but not the polarization efficiency.
(Inherited from AntennaSignalProcessor<TGainPattern>.)
Public propertyPolarizationSource
Gets or sets the polarization source.
(Inherited from AntennaSignalProcessor<TGainPattern>.)
Public propertyReceivingAntennaExtension
Gets the receiving antenna extension instance used to retrieve the links associated with this antenna from the SignalPropagationGraph parameter passed to the GetSignalEvaluator(EvaluatorGroup, SignalPropagationGraph) method.
(Inherited from AntennaSignalProcessor<TGainPattern>.)
Public propertySignalOutput
Gets the signal processor representing the output of the service provider.
(Inherited from SignalProcessor.)
Top
See Also