BluetoothDtmLEPatternType Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the type of payload to use for the LE packet. Payload type values of Type_Prbs9, Type_11110000, and Type_10101010 must be supported by the DUT. The remaining payload type values are optional. The default value is Type_Prbs9.
Syntax
Namespace: NationalInstruments.BluetoothDtm
public enum BluetoothDtmLEPatternType
Members
| Name | Value | Description |
|---|---|---|
| Type_Prbs9 | 0 | Specifies that the bit sequence is PRBS9. |
| Type_11110000 | 1 | Specifies that the bit sequence is 11110000. |
| Type_10101010 | 2 | Specifies that the bit sequence is 10101010. |
| Type_Prbs15 | 3 | Specifies that the bit sequence is PRBS15. |
| Type_11111111 | 4 | Specifies that the bit sequence is 11111111. |
| Type_00000000 | 5 | Specifies that the bit sequence is 00000000. |
| Type_00001111 | 6 | Specifies that the bit sequence is 00001111. |
| Type_01010101 | 7 | Specifies that the bit sequence is 01010101. |