SetChannelSoundingToneExtensionSlot(string, RFmxBTMXChannelSoundingToneExtensionSlot)
- Updated2025-04-08
- 1 minute(s) read
Sets whether the tone extension slot transmission is enabled after CS Tone. This method is applicable only when you set the SetPacketType(string, RFmxBTMXPacketType) method to LE-CS and the SetChannelSoundingPacketFormat(string, RFmxBTMXChannelSoundingPacketFormat) method to any value other than SYNC.
Syntax
Namespace: NationalInstruments.RFmx.BTMX
public int SetChannelSoundingToneExtensionSlot(string selectorString, RFmxBTMXChannelSoundingToneExtensionSlot value)
Remarks
This method sets the value of ChannelSoundingToneExtensionSlot attribute.The default value is Disabled.
Parameters
Name | Type | Description |
---|---|---|
selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
value | RFmxBTMXChannelSoundingToneExtensionSlot | Specifies whether the tone extension slot transmission is enabled after CS Tone. This method is applicable only when you set the SetPacketType(string, RFmxBTMXPacketType) method to LE-CS and the SetChannelSoundingPacketFormat(string, RFmxBTMXChannelSoundingPacketFormat) method to any value other than SYNC. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.