ScopeMeasurement.FetchInterleavedData Property
- Updated2023-09-06
- 1 minute(s) read
ScopeMeasurementFetchInterleavedData Property
Gets or sets a value specifying whether to retrieve one array with alternating values on the NI 5620/5621.
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public bool FetchInterleavedData { get; set; }
Public Property FetchInterleavedData As Boolean Get Set
Property Value
Type: Boolean, to retrieve one array with alternating values on the NI 5620/5621; otherwise, .
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | FetchInterleavedData was accessed after the associated NIScope or ScopeDriverUtility object was disposed. |
IviCDriverException | The underlying NI-SCOPE driver returned an error. |
Remarks
You can use this attribute to retrieve a single array with I and Q interleaved instead of two separate arrays.
If set to , the resulting array is twice the size of the actual record length.