Click or drag to resize

AntennaSignalProcessorTGainPatternInputSignalProcessor 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.1.418.0 (24.1.418.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 , and will throw InvalidOperationException when set.
See Also