GetComplexProbeData
The primary mechanism by which the UDO retrieves data for its input probes (if it expects complex data for the probe).
UI Access | NA | ||||||
Parameters |
|
||||||
Return Value | Double array (float in Python) of data for the specified probe. Each pair of floats represents one complex number. The first value is for real part and the second value it the imaginary part. For instance, array [10.0, 0, 5.1, 2.1] represents 2 complex numbers: (10.0, 0) and (5.1, 2.1). |
Python Syntax | GetComplexProbeData(<probeName>) |
Python Example |
|