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

NameTypeDescription
selectorStringstring

Pass an empty string. The signal name that is passed when creating the signal configuration is used.

valueRFmxBTMXChannelSoundingPacketFormat

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.