SetChannelSoundingPacketFormat(string, RFmxBTMXChannelSoundingPacketFormat)
- Updated2025-10-13
- 1 minute(s) read
Sets 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 int SetChannelSoundingPacketFormat(string selectorString, RFmxBTMXChannelSoundingPacketFormat value)
Remarks
This method sets the value of ChannelSoundingPacketFormat attribute.The default value is CS Tone after SYNC.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| value | RFmxBTMXChannelSoundingPacketFormat | 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. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.