KiCad PCB EDA Suite
|
#include <attenuator_classes.h>
Public Member Functions | |
ATTENUATOR_TEE () | |
~ATTENUATOR_TEE () | |
virtual bool | Calculate () override |
Calculates the values of components in attenuator. | |
void | ReadConfig () |
Read values stored in config for this attenuator. | |
void | WriteConfig () |
Read values stored in config for this attenuator. | |
Public Attributes | |
wxString | m_Name |
int | m_ResultCount |
bool | m_Error |
double | m_Zin |
bool | m_Zin_Enable |
double | m_Zout |
double | m_Attenuation |
bool | m_Attenuation_Enable |
double | m_MinimumATT |
double | m_R1 |
double | m_R2 |
double | m_R3 |
BITMAPS | m_SchBitmapName |
wxString * | m_FormulaName |
Protected Attributes | |
ATTENUATORS_TYPE | m_Topology |
double | Lmin |
double | L |
double | A |
Definition at line 82 of file attenuator_classes.h.
ATTENUATOR_TEE::ATTENUATOR_TEE | ( | ) |
|
inline |
Definition at line 86 of file attenuator_classes.h.
|
overridevirtual |
Calculates the values of components in attenuator.
Reimplemented from ATTENUATOR.
|
inherited |
Read values stored in config for this attenuator.
|
inherited |
Read values stored in config for this attenuator.
|
protectedinherited |
Definition at line 71 of file attenuator_classes.h.
|
protectedinherited |
Definition at line 71 of file attenuator_classes.h.
|
protectedinherited |
Definition at line 71 of file attenuator_classes.h.
|
inherited |
Definition at line 60 of file attenuator_classes.h.
Referenced by PANEL_RF_ATTENUATORS::TransfAttenuatorDataToPanel(), and PANEL_RF_ATTENUATORS::TransfPanelDataToAttenuator().
|
inherited |
Definition at line 61 of file attenuator_classes.h.
Referenced by PANEL_RF_ATTENUATORS::TransfAttenuatorDataToPanel().
|
inherited |
Definition at line 56 of file attenuator_classes.h.
Referenced by PANEL_RF_ATTENUATORS::TransfAttenuatorResultsToPanel().
|
inherited |
Definition at line 67 of file attenuator_classes.h.
Referenced by PANEL_RF_ATTENUATORS::TransfAttenuatorDataToPanel().
|
inherited |
Definition at line 62 of file attenuator_classes.h.
Referenced by PANEL_RF_ATTENUATORS::TransfAttenuatorResultsToPanel().
|
inherited |
Definition at line 54 of file attenuator_classes.h.
|
inherited |
Definition at line 63 of file attenuator_classes.h.
Referenced by PANEL_RF_ATTENUATORS::TransfAttenuatorResultsToPanel().
|
inherited |
Definition at line 64 of file attenuator_classes.h.
Referenced by PANEL_RF_ATTENUATORS::TransfAttenuatorResultsToPanel().
|
inherited |
Definition at line 65 of file attenuator_classes.h.
Referenced by PANEL_RF_ATTENUATORS::TransfAttenuatorResultsToPanel().
|
inherited |
Definition at line 55 of file attenuator_classes.h.
Referenced by PANEL_RF_ATTENUATORS::TransfAttenuatorResultsToPanel().
|
inherited |
Definition at line 66 of file attenuator_classes.h.
Referenced by PANEL_RF_ATTENUATORS::ThemeChanged(), PANEL_RF_ATTENUATORS::TransfAttenuatorDataToPanel(), and PANEL_RF_ATTENUATORS::UpdateUI().
|
protectedinherited |
Definition at line 70 of file attenuator_classes.h.
|
inherited |
Definition at line 57 of file attenuator_classes.h.
Referenced by PANEL_RF_ATTENUATORS::TransfAttenuatorDataToPanel(), and PANEL_RF_ATTENUATORS::TransfPanelDataToAttenuator().
|
inherited |
Definition at line 58 of file attenuator_classes.h.
Referenced by PANEL_RF_ATTENUATORS::TransfAttenuatorDataToPanel().
|
inherited |
Definition at line 59 of file attenuator_classes.h.
Referenced by PANEL_RF_ATTENUATORS::TransfAttenuatorDataToPanel(), and PANEL_RF_ATTENUATORS::TransfPanelDataToAttenuator().