API version 1.2.2.0 [This is preliminary documentation and is subject to change.]
Interface for exported function "setInputDataIm", used by Visual Signal's
ExternalDll module to set the input data (imaginary part) in the user DLL.

Declaration Syntax
void setInputDataIm(
int input,
int channel,
double[] array
)
void setInputDataIm(
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 imaginary 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)