![]() |
Production Line Tool v5.0
The DA1470x Production Line Tool Software Package
|
BLE tester measurement settings for TX power 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 |
| float | avg_high_limit |
| float | avg_low_limit |
| float | pk_avg_limit |
BLE tester measurement settings for TX power measurements common to all DUTs.
Definition at line 687 of file prod_line_tool_dll.h.
| float __pltd_ble_test_tx_pwr::avg_high_limit |
The average high power limit for the TX output power pass/fail test criteria.
Definition at line 694 of file prod_line_tool_dll.h.
| float __pltd_ble_test_tx_pwr::avg_low_limit |
The average low power limit for the TX output power pass/fail test criteria.
Definition at line 695 of file prod_line_tool_dll.h.
| bool __pltd_ble_test_tx_pwr::en |
Enable or disable the BLE tester TX power measurements.
Definition at line 689 of file prod_line_tool_dll.h.
| uint32_t __pltd_ble_test_tx_pwr::freq |
The frequency in MHz that the measurements will be performed.
Definition at line 691 of file prod_line_tool_dll.h.
| char __pltd_ble_test_tx_pwr::name[TEST_NAME_STR_SIZE] |
The name of each test.
Definition at line 690 of file prod_line_tool_dll.h.
| float __pltd_ble_test_tx_pwr::pk_avg_limit |
The peak to average power limit for the TX output power pass/fail test criteria.
Definition at line 696 of file prod_line_tool_dll.h.
| _pdll_tx_pwr_lvl __pltd_ble_test_tx_pwr::tx_pwr |
Set the TX power level of the device under test. Values from /ref __pdll_tx_pwr_lvl.
Definition at line 693 of file prod_line_tool_dll.h.
| uint8_t __pltd_ble_test_tx_pwr::tx_pwr_range |
Set the instrument TX input power range. Values from /ref __ble_instr_pwr_range.
Definition at line 692 of file prod_line_tool_dll.h.