TCrossSpectrumAnalyzerList::Outputs Property

__declspec(property(get = GetOutputs, put = SetOutputs)) TSignalList*Outputs;

Connect system output signals to this connector.

Read: TSignalList *GetOutputs();
Write: void SetOutputs(TSignalList *Value);
Remarks:

If each system has its own output assign the list of outputs to this property.

Declared in Dew::Signal::TCrossSpectrumAnalyzerList · Dew.Signal/SignalAnalysis.h · Cross-compiler