Utility
- Updated2025-10-13
- 1 minute(s) read
Groups
None
Group members
| Name | Description |
|---|---|
| RFmxNR_CheckMeasurementStatus | Checks the status of the measurement. Use this function to check for any errors that may occur during measurement or to check whether the measurement is complete and results are available. |
| RFmxNR_Commit | Commits settings to the hardware. Calling this function is optional. RFmxNR commits settings to the hardware when you call the RFmxNR Initiate function. |
| RFmxNR_InitializeFromNIRFSASession | Creates an RFmx session from an existing NI-RFSA session. This function resets all the NI-RFSA attributes to their default values and stops export of all external signals and events. This function takes in an active NI-RFSA instrument handle and returns an RFmx Handle Out that identifies the device in all the subsequent RFmx functions. |
| RFmxNR_LoadFromGenerationConfigurationFile | Loads the attributes saved in an RFWS/TDMS file onto the RFmx session. This file can be saved using the NR Modulation Scheme in RFmx Waveform Creator. Make sure to select the 'store configuration' option while saving the TDMS file. |
| RFmxNR_ResetAttribute | Resets an attribute that you specify in the attributeID parameter to default values. |
| RFmxNR_ResetToDefault | Resets a signal to the default values. |
| RFmxNR_WaitForAcquisitionComplete | Waits and blocks the data flow until the acquisition is done. This function is typically called after the specific Initiate function. |
| RFmxNR_WaitForMeasurementComplete | Waits for the specified number for seconds for all the measurements to complete. |
Attachments
None