Visual Signal ExternalBase Class Library Documentation
getOutputDataIm Method (channel)
VisualSignalVSignal.ExternalBaseIExternalDllgetOutputDataIm(Int32)
API version 1.2.2.0

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

Interface for exported function "getOutputDataIm", used by Visual Signal's ExternalDll module to obtain the output data (imaginary part) from the user DLL.
Declaration Syntax
C#Visual BasicVisual C++
double[] getOutputDataIm(
	int channel
)
Function getOutputDataIm ( _
	channel As Integer _
) As Double()
array<double>^ getOutputDataIm(
	int channel
)
Parameters
channel (Int32)
Specifies the zero-based input data channel index.
Return Value
Returns the output data (imaginary part) in the form of a double[] array.

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