![]() |
Production Line Tool v5.0
The DA1470x Production Line Tool Software Package
|
Ammeter test settings and limits for testing current. More...
#include <prod_line_tool_dll.h>
Public Attributes | |
| bool | en |
| bool | single_dut |
| _sleep_modes | mode |
| uint32_t | sleep_time |
| uint32_t | wait_time |
| float | shunt_res |
| double | range |
| double | resolution |
| uint32_t | samples |
| double | upper_lim |
| double | low_lim |
| char | gen_cmd [PLTD_INSTR_MAX_STR_SIZE] |
Ammeter test settings and limits for testing current.
Definition at line 761 of file prod_line_tool_dll.h.
| bool __pltd_ammeter_params::en |
Enable or disable the current measurement test.
Definition at line 763 of file prod_line_tool_dll.h.
| char __pltd_ammeter_params::gen_cmd[PLTD_INSTR_MAX_STR_SIZE] |
Generic SCPI command that will be passed to the instrument.
Definition at line 774 of file prod_line_tool_dll.h.
| double __pltd_ammeter_params::low_lim |
The value of the low current limit for PASS/FAIL criteria.
Definition at line 773 of file prod_line_tool_dll.h.
| _sleep_modes __pltd_ammeter_params::mode |
Select the sleep mode to be used during current measurement, taken from /ref __sleep_modes.
Definition at line 765 of file prod_line_tool_dll.h.
| double __pltd_ammeter_params::range |
The range that the instrument will operate in Ampere units.
Definition at line 769 of file prod_line_tool_dll.h.
| double __pltd_ammeter_params::resolution |
The resolution that the instrument will operate in Ampere units.
Definition at line 770 of file prod_line_tool_dll.h.
| uint32_t __pltd_ammeter_params::samples |
The number of samples/measurements that the instrument will take and average.
Definition at line 771 of file prod_line_tool_dll.h.
| float __pltd_ammeter_params::shunt_res |
The value of the external shunt resistor used for the ammeter.
Definition at line 768 of file prod_line_tool_dll.h.
| bool __pltd_ammeter_params::single_dut |
Measure current one device at the time. PLT will switch off all DUTs and power-on one by one. It will then measure the current of the single active DUT.
Definition at line 764 of file prod_line_tool_dll.h.
| uint32_t __pltd_ammeter_params::sleep_time |
How much time the DUT will be set to extended sleep mode. This value sets a timer in the production test firmware, which wakes up the DUT.
Definition at line 766 of file prod_line_tool_dll.h.
| double __pltd_ammeter_params::upper_lim |
The value of the upper current limit for PASS/FAIL criteria.
Definition at line 772 of file prod_line_tool_dll.h.
| uint32_t __pltd_ammeter_params::wait_time |
How much time the PLT will wait before taking a current measurement, after it instructed the DUT to go to a specific state (e.g. idle, extended sleep, deep sleep).
Definition at line 767 of file prod_line_tool_dll.h.