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

Declaration Syntax
public void setInputDataIm(
int input,
int channel,
double[] array
)
public:
virtual void setInputDataIm(
int input,
int channel,
array<double>^ array
) sealed

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)