NI RFmx Bluetooth API Differences - ni/grpc-device GitHub Wiki

NI-RFmx Bluetooth API Differences

  • In all function and attribute names, the acronym BT (as used in the C API) is spelled out as Bluetooth in the gRPC API.
  • See also NI-RFmx API Differences.

'20dB' versus 'TwentydB' Function Names

Three functions in the NI-RFmx Bluetooth C API begin with the prefix 20dB:

RFmxBT_20dBBandwidthCfgAveraging
RFmxBT_20dBBandwidthFetchMeasurement
RFmxBT_20dBBandwidthFetchSpectrum

In the gRPC API, the word Twenty is spelled out in the function names, so that the names take this form instead:

TwentydBBandwidthCfgAveraging
TwentydBBandwidthFetchMeasurement
TwentydBBandwidthFetchSpectrum

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