KiCad PCB EDA Suite
Loading...
Searching...
No Matches
ATTENUATOR_TEE Class Reference

#include <attenuator_classes.h>

Inheritance diagram for ATTENUATOR_TEE:
ATTENUATOR

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
 

Detailed Description

Definition at line 82 of file attenuator_classes.h.

Constructor & Destructor Documentation

◆ ATTENUATOR_TEE()

ATTENUATOR_TEE::ATTENUATOR_TEE ( )

◆ ~ATTENUATOR_TEE()

ATTENUATOR_TEE::~ATTENUATOR_TEE ( )
inline

Definition at line 86 of file attenuator_classes.h.

Member Function Documentation

◆ Calculate()

virtual bool ATTENUATOR_TEE::Calculate ( )
overridevirtual

Calculates the values of components in attenuator.

Returns
true if OK, false if some values cannot be calculated.

Reimplemented from ATTENUATOR.

◆ ReadConfig()

void ATTENUATOR::ReadConfig ( )
inherited

Read values stored in config for this attenuator.

◆ WriteConfig()

void ATTENUATOR::WriteConfig ( )
inherited

Read values stored in config for this attenuator.

Member Data Documentation

◆ A

double ATTENUATOR::A
protectedinherited

Definition at line 71 of file attenuator_classes.h.

◆ L

double ATTENUATOR::L
protectedinherited

Definition at line 71 of file attenuator_classes.h.

◆ Lmin

double ATTENUATOR::Lmin
protectedinherited

Definition at line 71 of file attenuator_classes.h.

◆ m_Attenuation

double ATTENUATOR::m_Attenuation
inherited

◆ m_Attenuation_Enable

bool ATTENUATOR::m_Attenuation_Enable
inherited

◆ m_Error

bool ATTENUATOR::m_Error
inherited

◆ m_FormulaName

wxString* ATTENUATOR::m_FormulaName
inherited

◆ m_MinimumATT

double ATTENUATOR::m_MinimumATT
inherited

◆ m_Name

wxString ATTENUATOR::m_Name
inherited

Definition at line 54 of file attenuator_classes.h.

◆ m_R1

double ATTENUATOR::m_R1
inherited

◆ m_R2

double ATTENUATOR::m_R2
inherited

◆ m_R3

double ATTENUATOR::m_R3
inherited

◆ m_ResultCount

int ATTENUATOR::m_ResultCount
inherited

◆ m_SchBitmapName

◆ m_Topology

ATTENUATORS_TYPE ATTENUATOR::m_Topology
protectedinherited

Definition at line 70 of file attenuator_classes.h.

◆ m_Zin

double ATTENUATOR::m_Zin
inherited

◆ m_Zin_Enable

bool ATTENUATOR::m_Zin_Enable
inherited

◆ m_Zout

double ATTENUATOR::m_Zout
inherited

The documentation for this class was generated from the following file: