Enum ZIChunkHeaderFlags_enum#

enum ZIChunkHeaderFlags_enum#

Defines the flags returned in the chunk header for all modules.

Values:

enumerator ZI_CHUNK_HEADER_FLAG_FINISHED = 0x00000001#

Indicates that the chunk data is complete. This flag will be set if data is read out from the module before the measurement (e.g. sweep) has finished.

enumerator ZI_CHUNK_HEADER_FLAG_ROLLMODE = 0x00000002#

Unused.

enumerator ZI_CHUNK_HEADER_FLAG_DATALOSS = 0x00000004#

Indicates that dataloss has occurred.

enumerator ZI_CHUNK_HEADER_FLAG_VALID = 0x00000008#

Indcates that the data is valid.

enumerator ZI_CHUNK_HEADER_FLAG_DATA = 0x00000010#

Indicates whether then chunk contains data (opposite to setting).

enumerator ZI_CHUNK_HEADER_FLAG_DISPLAY = 0x00000020#

Internal use only.

enumerator ZI_CHUNK_HEADER_FLAG_FREQDOMAIN = 0x00000040#

chunk contains frequency domain data, opposite to time domain.

enumerator ZI_CHUNK_HEADER_FLAG_SPECTRUM = 0x00000080#

chunk recorded in spectrum mode.

enumerator ZI_CHUNK_HEADER_FLAG_OVERLAPPED = 0x00000100#

chunk results overlap with neighboring chunks, see spectrum.

enumerator ZI_CHUNK_HEADER_FLAG_ROWFINISHED = 0x00000200#

indicates that the current row is finished - useful for row first averaging.

enumerator ZI_CHUNK_HEADER_FLAG_ONGRIDSAMPLING = 0x00000400#

exact sampling was used.

enumerator ZI_CHUNK_HEADER_FLAG_ROWREPETITION = 0x00000800#

row first averaging is enabled.

enumerator ZI_CHUNK_HEADER_FLAG_PREVIEW = 0x00001000#

chunk contains preview (fft with less points).