BluetoothDtmTransmitterPhy Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the type of the packet to be transmitted by the physical layer of the DUT. The default value is Phy_1Mbps.
Syntax
Namespace: NationalInstruments.BluetoothDtm
public enum BluetoothDtmTransmitterPhy
Members
| Name | Value | Description |
|---|---|---|
| Phy_1Mbps | 1 | Transmitter is set to use the LE 1M PHY. |
| Phy_2Mbps | 2 | Transmitter is set to use the LE 2M PHY. |
| Phy_Coded_125Kbps | 3 | Transmitter is set to use the LE Coded PHY with S = 8 data coding. |
| Phy_Coded_500Kbps | 4 | Transmitter is set to use the LE Coded PHY with S = 2 data coding. |