Click or drag to resize

SignalSource.InputSignalProcessor Property

Gets or sets the input to the signal processor. This is always null, 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: 25.1.421.0 (25.1.421.0)
Syntax
public override SignalProcessor InputSignalProcessor { get; set; }

Property Value

Type: SignalProcessor
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if this property is set.
See Also