Click or drag to resize

SignalSourceInputSignalProcessor Property

Gets or sets the input to the signal processor. This is always , and cannot be set, since this is a terminal signal processor node.

Namespace:  AGI.Foundation.Communications.SignalProcessing
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
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if this property is set.
See Also