IExternalDllsetInputDataRe Method Visual Signal ExternalBase Class Library Documentation
API version 1.5.2

[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.

Namespace: VSignal.ExternalBase
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
Syntax

void setInputDataRe(
	int input,
	int channel,
	double[] array
)

Parameters

input
Type: SystemInt32
Specifies the zero-based input data index.
channel
Type: SystemInt32
Specifies the zero-based input data channel index.
array
Type: SystemDouble
Specifies the array containing the real part of the input data corresponding to the specified input and channel.
See Also

Reference