|
|
uint16_t | idle_sec = 30 |
| |
|
uint16_t | run_sec = 3 |
| |
|
uint16_t | adc_avg = 5 |
| |
|
uint16_t | adc_temp_avg = 1 |
| |
|
double | i_scaling = 1.0e6 |
| |
|
bool | en_hv = false |
| |
|
bool | en_qp = false |
| |
|
bool | running = false |
| |
|
std::vector< int > | adc_gain |
| |
|
std::vector< int > | adc_rate |
| |
|
std::vector< double > | demand_v |
| |
|
bool | init_hv_requested = false |
| |
|
bool | ramp_down_requested = false |
| |
|
bool | iv_scan_requested = false |
| |
|
double | iv_start_v = 47.0 |
| |
|
double | iv_stop_v = 57.0 |
| |
|
double | iv_step_v = 0.5 |
| |
|
int | iv_num_readings = 5 |
| |
|
int | iv_adc_rate = 0 |
| |
|
int | iv_channel_mask = 0 |
| |
|
double | iv_channel_offset_v = 2.5 |
| |
|
double | iv_r_total = IV_R_TOTAL |
| |
|
uint64_t | seq = 0 |
| |
The documentation for this struct was generated from the following file: