| IntendedReferenceSignalReferenceSignal Property  | 
 
            Gets or sets the reference signal which is produced as the intended signal.
            
 
    Namespace: 
   AGI.Foundation.Communications.SignalProcessing
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic Signal ReferenceSignal { get; set; }Public Property ReferenceSignal As Signal
	Get
	Set
public:
property Signal^ ReferenceSignal {
	Signal^ get ();
	void set (Signal^ value);
}member ReferenceSignal : Signal with get, set
Property Value
Type: 
Signal See Also
See Also