Functions
- Updated2025-10-13
- 1 minute(s) read
Groups
Group members
| Name | Description |
|---|---|
| niBTSG_ChannelNumberToCarrierFrequency | Computes the carrier frequency of the Bluetooth signal to generate based on the value that you specify in the channelNumber parameter. The BT Generation computes the center frequency according to section 2, Part A, Volume 2 of the Bluetooth Specification Version 4.2. |
| niBTSG_CloseSession | Closes the niBT SG session and releases resources associated with that session. Call this function once for each unique named session that you have created. |
| niBTSG_CreateWaveformComplexF64 | Creates a waveform according to the values that you specify. This function generates one frame at a time. |
| niBTSG_OpenSession | Looks up an existing niBT SG session using the sessionName parameter and returns the refnum that you can pass to subsequent niBT SG functions. If the lookup fails, the niBTSG_OpenSession function creates a new niBT SG session and returns a new refnum. |
| niBTSG_ResetSession | Resets all the attributes of the session to their default values. |
| niBTSG_SetAntennaRelativePhaseAndAmplitude | Sets the Relative Phase and Relative Amplitude values for the non reference antennas An (1<n<=256) relative to the reference antenna A0 when you set the NIBTSG_ATTR_DIRECTION_FINDING_ANTENNA_SWITCHING_ENABLED attribute to NIBTSG_VAL_TRUE. The reference period and sampling slots in the constant tone extension (CTE) field are modulated in amplitude and phase as specified in the NIBTSG_ATTR_DIRECTION_FINDING_ANTENNA_SWITCHING_PATTERN attribute. |
Attachments
None