Click or drag to resize

AntennaSignalProcessor<TGainPattern>.InputSignalProcessor Property

Gets or sets the input to the signal processor.

Namespace:  AGI.Foundation.Communications.Antennas
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public override SignalProcessor InputSignalProcessor { get; set; }

Property Value

Type: SignalProcessor
Remarks
Since this signal processor obtains its signals from the SignalPropagationGraph and not from an input signal processor, this property will always return null, and will throw InvalidOperationException when set.
See Also