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

NameValueDescription
Sync0

Specifies that the LE-CS packet contains only SYNC portion.

CSTone1

Specifies that the LE-CS packet contains only CS Tone.

CSToneAfterSync2

Specifies that the CS Tone portion is at the end of the LE-CS packet.

CSToneBeforeSync3

Specifies that the CS Tone portion is at the beginning of the LE-CS packet.