Visual Signal ExternalBase Class Library Documentation
setInputDataRe Method (input, channel, array)
VisualSignalVSignal.ExternalBaseIExternalDllsetInputDataRe(Int32, Int32, array<Double>[]()[])
API version 1.2.2.0

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

Interface for exported function "setInputDataRe", used by Visual Signal's ExternalDll module to set the input data (real part) in the user DLL.
Declaration Syntax
C#Visual BasicVisual C++
void setInputDataRe(
	int input,
	int channel,
	double[] array
)
Sub setInputDataRe ( _
	input As Integer, _
	channel As Integer, _
	array As Double() _
)
void setInputDataRe(
	int input, 
	int channel, 
	array<double>^ array
)
Parameters
input (Int32)
Specifies the zero-based input data index.
channel (Int32)
Specifies the zero-based input data channel index.
array (array< Double >[]()[])
Specifies the array containing the real part of the input data corresponding to the specified input and channel.

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