NI SCOPE IF Digitizer Attributes - ni/grpc-device GitHub Wiki
| Data type |
Access | Applies to | Coercion | High Level Functions |
|---|---|---|---|---|
| ViInt32 | R | N/A | None | None |
Returns the device number of the IF digitizer associated with the current session.
| Data type |
Access | Applies to | Coercion | High Level Functions |
|---|---|---|---|---|
| ViBoolean | R/W | N/A | None | None |
Specifies whether to interleave I and Q data retrieved from the IF digitizer in a single array or to retrieve two separate arrays, one for I data and another for Q data.
Default value: VI_FALSE
| VI_TRUE | Retrieves a single array of alternating I and Q values. The resulting array is twice the size of the actual record length. |
|---|---|
| VI_FALSE | Retrieves two arrays, one for I values and another for Q values. |