RFmxBTMXTxpBurstSynchronizationType Enumeration
- Updated2025-04-08
- 1 minute(s) read
Specifies the type of synchronization used for detecting the start of packet in the transmit power (TXP) measurement.
Syntax
Namespace: NationalInstruments.RFmx.BTMX
public enum RFmxBTMXTxpBurstSynchronizationType
Members
Name | Value | Description |
---|---|---|
None | 0 | Specifies that the measurement does not perform synchronization to detect the start of the packet. |
Preamble | 1 | Specifies that the measurement uses the preamble field to detect the start of the packet. |
SyncWord | 2 | Specifies that the measurement uses sync word for the BR/EDR packets and access address for LE/LE-CS packets to detect the start of the packet. For BR /EDR packets, the sync word is derived from the SetBDAddressLap(string, int) method. |