![]() |
Production Line Tool v5.0
The DA1470x Production Line Tool Software Package
|
PLTD library parameters for each different device. More...
#include <prod_line_tool_dll.h>
Public Attributes | |
| _DUT_NUM | dut_num |
| bool | is_active |
| uint8_t | bd_addr [BD_ADDR_SIZE] |
| char | sn [LOG_PARAM_STR_SIZE] |
| float | path_loss |
| uint32_t | com_port |
| uint8_t | mem_data [MAX_MEM_DATA_SIZE] |
PLTD library parameters for each different device.
Definition at line 658 of file prod_line_tool_dll.h.
| uint8_t __pltd_dev_params::bd_addr[BD_ADDR_SIZE] |
The BD address for each DUT.
Definition at line 662 of file prod_line_tool_dll.h.
| uint32_t __pltd_dev_params::com_port |
Current COM port used for the DUT.
Definition at line 665 of file prod_line_tool_dll.h.
| _DUT_NUM __pltd_dev_params::dut_num |
DUT number that corresponds to the hardware DUT connector.
Definition at line 660 of file prod_line_tool_dll.h.
| bool __pltd_dev_params::is_active |
Activate or deactive the particular device.
Definition at line 661 of file prod_line_tool_dll.h.
| uint8_t __pltd_dev_params::mem_data[MAX_MEM_DATA_SIZE] |
Custom memory data to be written to memory.
Definition at line 666 of file prod_line_tool_dll.h.
| float __pltd_dev_params::path_loss |
Set the RF OTA path losses between the instrument or GU and the DUT.
Definition at line 664 of file prod_line_tool_dll.h.
| char __pltd_dev_params::sn[LOG_PARAM_STR_SIZE] |
The serial number of each DUT.
Definition at line 663 of file prod_line_tool_dll.h.