RFmxBTMXChannelSoundingPacketFormat Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the format of the Channel Sounding packet depending on the position and presence of SYNC and CS Tone fields. This method is applicable only when you set the SetPacketType(string, RFmxBTMXPacketType) method to LE-CS.
Syntax
Namespace: NationalInstruments.RFmx.BTMX
public enum RFmxBTMXChannelSoundingPacketFormat
Members
| Name | Value | Description |
|---|---|---|
| Sync | 0 | Specifies that the LE-CS packet contains only SYNC portion. |
| CSTone | 1 | Specifies that the LE-CS packet contains only CS Tone. |
| CSToneAfterSync | 2 | Specifies that the CS Tone portion is at the end of the LE-CS packet. |
| CSToneBeforeSync | 3 | Specifies that the CS Tone portion is at the beginning of the LE-CS packet. |