![]() |
Production Line Tool v5.0
The DA1470x Production Line Tool Software Package
|
RF RSSI test parameters, performed using the Golden Unit. More...
#include <prod_line_tool_dll.h>
Public Attributes | |
| bool | en |
| char | name [TEST_NAME_STR_SIZE] |
| uint32_t | freq |
| float | per_lim |
| float | rssi_lim |
RF RSSI test parameters, performed using the Golden Unit.
Definition at line 886 of file prod_line_tool_dll.h.
| bool __pltd_rssi_test::en |
Enable or disable the RF RSSI GU test.
Definition at line 888 of file prod_line_tool_dll.h.
| uint32_t __pltd_rssi_test::freq |
Channel frequency for the RF RSSI tests.
Definition at line 890 of file prod_line_tool_dll.h.
| char __pltd_rssi_test::name[TEST_NAME_STR_SIZE] |
The name of each test.
Definition at line 889 of file prod_line_tool_dll.h.
| float __pltd_rssi_test::per_lim |
PER limit percentage for the RF RSSI test.
Definition at line 891 of file prod_line_tool_dll.h.
| float __pltd_rssi_test::rssi_lim |
RSSI limit for the RF RSSI test.
Definition at line 892 of file prod_line_tool_dll.h.