BluetoothDtmLEPatternType Enumeration
- Updated2023-02-21
- 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.
Namespace: NationalInstruments.BluetoothDtm
Assembly: NationalInstruments.BluetoothDtm.Fx40 (in NationalInstruments.BluetoothDtm.Fx40.dll) Version: 20.7.0.32768 (20.7.0.32768)
Syntax
public enum BluetoothDtmLEPatternType
Public Enumeration BluetoothDtmLEPatternType
Members
| Member 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. |