Visual Signal ExternalBase Class Library Documentation
SetOutputDataRe Method (channel, data)
VisualSignalVSignal.ExternalBaseTExternalBaseSetOutputDataRe(Int32, array<Double>[]()[])
API version 1.2.2.0

[This is preliminary documentation and is subject to change.]

Protected function "SetOutputDataRe", provided to the user DLL to set the real part of the output data.
Declaration Syntax
C#Visual BasicVisual C++
protected void SetOutputDataRe(
	int channel,
	double[] data
)
Protected Sub SetOutputDataRe ( _
	channel As Integer, _
	data As Double() _
)
protected:
void SetOutputDataRe(
	int channel, 
	array<double>^ data
)
Parameters
channel (Int32)
Specifies the zero-based input channel index.
data (array< Double >[]()[])
Specifies the real part of the output data as a double[] array.

Assembly: vsmExternalBase (Module: vsmExternalBase) Version: 1.2.2.0 (1.3.0.0)