![]() |
Production Line Tool v5.0
The DA1470x Production Line Tool Software Package
|
BLE tester measurement settings for the TX modulation index 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 | f1_min_limit |
| uint32_t | f1_max_limit |
| uint32_t | f2_max_limit |
| float | f1f2_ratio_limit |
BLE tester measurement settings for the TX modulation index measurements common to all DUTs.
Definition at line 714 of file prod_line_tool_dll.h.
| bool __pltd_ble_test_mod_idx::en |
Enable or disable the BLE tester TX modulation index measurements.
Definition at line 716 of file prod_line_tool_dll.h.
| uint32_t __pltd_ble_test_mod_idx::f1_max_limit |
The F1 maximum average limit in KHz for the TX modulation index pass/fail test criteria.
Definition at line 722 of file prod_line_tool_dll.h.
| uint32_t __pltd_ble_test_mod_idx::f1_min_limit |
The F1 minimum average limit in KHz for the TX modulation index pass/fail test criteria.
Definition at line 721 of file prod_line_tool_dll.h.
| float __pltd_ble_test_mod_idx::f1f2_ratio_limit |
The F1/F2 maximum average ratio limit for the TX modulation index pass/fail test criteria.
Definition at line 724 of file prod_line_tool_dll.h.
| uint32_t __pltd_ble_test_mod_idx::f2_max_limit |
The F2 maximum limit in KHz for the TX modulation index pass/fail test criteria.
Definition at line 723 of file prod_line_tool_dll.h.
| uint32_t __pltd_ble_test_mod_idx::freq |
The frequency in MHz that the measurements will be performed.
Definition at line 718 of file prod_line_tool_dll.h.
| char __pltd_ble_test_mod_idx::name[TEST_NAME_STR_SIZE] |
The name of each test.
Definition at line 717 of file prod_line_tool_dll.h.
| _pdll_tx_pwr_lvl __pltd_ble_test_mod_idx::tx_pwr |
Set the TX power level of the device under test. Values from /ref __pdll_tx_pwr_lvl.
Definition at line 720 of file prod_line_tool_dll.h.
| uint8_t __pltd_ble_test_mod_idx::tx_pwr_range |
Set the instrument TX input power range. Values from /ref __ble_instr_pwr_range.
Definition at line 719 of file prod_line_tool_dll.h.