KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_r_calculator.cpp File Reference
#include <calculator_panels/panel_r_calculator.h>
#include <pcb_calculator_settings.h>
#include <pcb_calculator_utils.h>
#include <string_utils.h>
#include <wx/msgdlg.h>
#include <eseries.h>
#include "resistor_substitution_utils.h"
#include <i18n_utility.h>
#include "r_calculator_help.h"

Go to the source code of this file.

Variables

wxString r_calculator_help
 
static const double max_target_value = static_cast<double>(RES_EQUIV_CALC_LAST_VALUE) * 4
 

Variable Documentation

◆ max_target_value

const double max_target_value = static_cast<double>(RES_EQUIV_CALC_LAST_VALUE) * 4
static

Definition at line 45 of file panel_r_calculator.cpp.

Referenced by PANEL_R_CALCULATOR::OnCalculateESeries().

◆ r_calculator_help

wxString r_calculator_help
Initial value:
=
static const double min_target_value = static_cast<double>(RES_EQUIV_CALC_FIRST_VALUE) / 4
#define RES_EQUIV_CALC_FIRST_VALUE

Definition at line 36 of file panel_r_calculator.cpp.

Referenced by PANEL_R_CALCULATOR::PANEL_R_CALCULATOR().