Utility
- Updated2025-04-08
- 1 minute(s) read
Groups
None
Group members
Name | Description |
---|---|
RFmxPulse_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. |
RFmxPulse_Commit | Commits settings to the hardware. Calling this function is optional. RFmxPulse commits settings to the hardware when you call the RFmxPulse_Initiate function or any of the measurement Read functions. |
RFmxPulse_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. |
RFmxPulse_ResetAttribute | Resets an attribute that you specify in the attributeID parameter to default values. |
RFmxPulse_ResetToDefault | Resets a signal to the default values. |
RFmxPulse_WaitForAcquisitionComplete | Waits and blocks the data flow until the acquisition is done. This function is typically called after the specific Initiate function. |
RFmxPulse_WaitForMeasurementComplete | Waits for the specified number for seconds for all the measurements to complete. |
Attachments
None