![]() |
Production Line Tool v5.0
The DA1470x Production Line Tool Software Package
|
BLE tester measurement settings for TX frequency offset 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 | tx_pwr_range |
| _pdll_tx_pwr_lvl | tx_pwr |
| uint32_t | pos_freq_limit |
| uint32_t | neg_freq_limit |
| uint32_t | drift_pkt_limit |
| uint32_t | drift_rate_limit |
BLE tester measurement settings for TX frequency offset measurements common to all DUTs.
Definition at line 700 of file prod_line_tool_dll.h.
| uint32_t __pltd_ble_test_freq_offs::drift_pkt_limit |
The overall packet drift in KHz for the TX drift pass/fail test criteria.
Definition at line 709 of file prod_line_tool_dll.h.
| uint32_t __pltd_ble_test_freq_offs::drift_rate_limit |
The drift rate limit in KHz/50us for the TX drift pass/fail test criteria.
Definition at line 710 of file prod_line_tool_dll.h.
| bool __pltd_ble_test_freq_offs::en |
Enable or disable the BLE tester TX carrier frequency offset measurements.
Definition at line 702 of file prod_line_tool_dll.h.
| uint32_t __pltd_ble_test_freq_offs::freq |
The frequency in MHz that the measurements will be performed.
Definition at line 704 of file prod_line_tool_dll.h.
| char __pltd_ble_test_freq_offs::name[TEST_NAME_STR_SIZE] |
The name of each test.
Definition at line 703 of file prod_line_tool_dll.h.
| uint32_t __pltd_ble_test_freq_offs::neg_freq_limit |
The maximum negative offset limit in KHz for the TX carrier frequency offset pass/fail test criteria.
Definition at line 708 of file prod_line_tool_dll.h.
| uint32_t __pltd_ble_test_freq_offs::pos_freq_limit |
The maximum positive offset limit in KHz for the TX carrier frequency offset pass/fail test criteria.
Definition at line 707 of file prod_line_tool_dll.h.
| _pdll_tx_pwr_lvl __pltd_ble_test_freq_offs::tx_pwr |
Set the TX power level. Values from /ref __pdll_tx_pwr_lvl.
Definition at line 706 of file prod_line_tool_dll.h.
| uint8_t __pltd_ble_test_freq_offs::tx_pwr_range |
Set the instrument TX input power range. Values from /ref __ble_instr_pwr_range.
Definition at line 705 of file prod_line_tool_dll.h.