Skip to content

C API ZIScopeVector StructΒΆ

Name Type Description
timeStamp ZITimeStamp Timestamp of the scope vector. This timestamp maps to the time the scope vector was assembled on the device.
numSamples uint32_t Number of signal samples in the vector.
hasImag bool Flag indicating if the vector contains complex-valued data or real-valued data.
header ZIScopeVectorHeader Header information.
real double * Real part of the scope vector.
imag double * Imaginary part of the scope vector.