Click or drag to resize

DigitalDataSourceInputSignalProcessor Property

Gets or sets the input to the signal processor. This is always , and cannot be set, since this is the beginning of a chain of signal processors.

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