IExternalDllgetOutputDataIm 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 "getOutputDataIm", used by Visual Signal's ExternalDll module to obtain the output data (imaginary part) from the user DLL.

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

double[] getOutputDataIm(
	int channel
)

Parameters

channel
Type: SystemInt32
Specifies the zero-based input data channel index.

Return Value

Type: Double
Returns the output data (imaginary part) in the form of a double[] array.
See Also

Reference