![]() |
Production Line Tool v5.0
The DA1470x Production Line Tool Software Package
|
BLE tester measurement settings for the RX sensitivity measurements common to all DUTs. More...
#include <prod_line_tool_dll.h>
Public Attributes | |
| bool | en |
| char | name [TEST_NAME_STR_SIZE] |
| uint32_t | freq |
| uint8_t | pattern |
| uint16_t | spacing |
| uint16_t | num_of_pkts |
| float | tx_power |
| bool | dirty |
| bool | crc_state |
| float | per_lim |
| float | rssi_lim |
BLE tester measurement settings for the RX sensitivity measurements common to all DUTs.
Definition at line 728 of file prod_line_tool_dll.h.
| bool __pltd_ble_test_rx_sens::crc_state |
ON=alternate CRC state from correct to incorrect.
Definition at line 738 of file prod_line_tool_dll.h.
| bool __pltd_ble_test_rx_sens::dirty |
When ON, the packet generator uses the dirty table from the selected script LESS test.
Definition at line 737 of file prod_line_tool_dll.h.
| bool __pltd_ble_test_rx_sens::en |
Enable or disable the BLE tester RX sensitivity measurements.
Definition at line 730 of file prod_line_tool_dll.h.
| uint32_t __pltd_ble_test_rx_sens::freq |
The frequency in MHz that the measurements will be performed.
Definition at line 732 of file prod_line_tool_dll.h.
| char __pltd_ble_test_rx_sens::name[TEST_NAME_STR_SIZE] |
The name of each test.
Definition at line 731 of file prod_line_tool_dll.h.
| uint16_t __pltd_ble_test_rx_sens::num_of_pkts |
The number of packets to transmit. 0=continuous. 1-65535=Fixed umber of packets to sent.
Definition at line 735 of file prod_line_tool_dll.h.
| uint8_t __pltd_ble_test_rx_sens::pattern |
The pattern of the TX data. 0=PRBS9, 1=10101010, 2=11110000.
Definition at line 733 of file prod_line_tool_dll.h.
| float __pltd_ble_test_rx_sens::per_lim |
PER limit percentage for the RF RSSI test.
Definition at line 739 of file prod_line_tool_dll.h.
| float __pltd_ble_test_rx_sens::rssi_lim |
RSSI limit for the BLE tester sensitivity tests.
Definition at line 740 of file prod_line_tool_dll.h.
| uint16_t __pltd_ble_test_rx_sens::spacing |
1us steps of packet spacing. 625us to 65535us.
Definition at line 734 of file prod_line_tool_dll.h.
| float __pltd_ble_test_rx_sens::tx_power |
The BLE instrument transmitted power level from 0.0 to -90.0dBm.
Definition at line 736 of file prod_line_tool_dll.h.