NI SCOPE IF Digitizer Attributes - ni/grpc-device GitHub Wiki

IF Digitizer Attributes

NISCOPE_ATTR_DEVICE_NUMBER

Specific Attribute

Data
type
Access Applies to Coercion High Level Functions
ViInt32 R N/A None None

Description

Returns the device number of the IF digitizer associated with the current session.

NISCOPE_ATTR_FETCH_INTERLEAVED_DATA

Specific Attribute

Data
type
Access Applies to Coercion High Level Functions
ViBoolean R/W N/A None None

Description

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.


⚠️ **GitHub.com Fallback** ⚠️