Groups

Group members

NameDescription
RFmxNR_AnalyzeNWaveformsIQ
RFmxNR_AnalyzeNWaveformsIQSplit
RFmxNR_AnalyzeNWaveformsSpectrum
RFmxNR_CfgSelectedPortsMultiple
RFmxNR_Close

Closes the session to the device.

RFmxNR_GetError

Retrieves and then clears the error information for the session or the current execution thread. You must provide a char array to serve as a buffer for the value. Pass the number of bytes in the buffer as the errorDescriptionBufferSize parameter.

RFmxNR_GetErrorString

Converts a status code returned by an RFmxNR function into a user-readable string. You must provide a char array to serve as a buffer for the value. Pass the number of bytes in the buffer as the errorDescriptionBufferSize parameter.

RFmxNR_Initialize

Creates an RFmx session to the device you specify through the resourceName parameter, and returns a handleOut that identifies this device in all subsequent RFmx functions.

RFmxNR_Initiate

Initiates all enabled measurements. Call this function after configuring the signal and measurement. This function asynchronously launches measurements in the background and immediately returns to the caller program. You can fetch measurement results using the Fetch functions or result attributes in the attribute node. To get the status of measurements, use the RFmxNR_WaitForMeasurementComplete function or RFmxNR_CheckMeasurementStatus function.

Attachments

None