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

#include <kibis.h>

Inheritance diagram for KIBIS:
KIBIS_ANY IBIS_ANY

Public Member Functions

 KIBIS ()
 
 KIBIS (std::string aFileName, REPORTER *aReporter=nullptr)
 
KIBIS_MODELGetModel (std::string aName)
 Return the model with name aName .
 
KIBIS_COMPONENTGetComponent (std::string aName)
 Return the component with name aName .
 
void Report (std::string aMsg, SEVERITY aSeverity=RPT_SEVERITY_INFO)
 Print a message.
 

Public Attributes

REPORTERm_reporter
 
std::vector< KIBIS_COMPONENTm_components
 
std::vector< KIBIS_MODELm_models
 
KIBIS_FILE m_file
 
std::string m_cacheDir = ""
 Absolute path of the directory that will be used for caching.
 
KIBISm_topLevel
 
bool m_valid
 

Protected Member Functions

std::string doubleToString (double aNumber)
 Convert a double to string using scientific notation.
 

Detailed Description

Definition at line 432 of file kibis.h.

Constructor & Destructor Documentation

◆ KIBIS() [1/2]

KIBIS::KIBIS ( )
inline

Definition at line 435 of file kibis.h.

References KIBIS_ANY::m_valid.

◆ KIBIS() [2/2]

Member Function Documentation

◆ doubleToString()

std::string IBIS_ANY::doubleToString ( double  aNumber)
protectedinherited

Convert a double to string using scientific notation.

Parameters
aNumberNumber
Returns
Output string

Definition at line 300 of file ibis_parser.cpp.

Referenced by KIBIS_MODEL::generateSquareWave(), KIBIS_PIN::getKuKdOneWaveform(), KIBIS_PIN::getKuKdTwoWaveforms(), KIBIS_PIN::KuKdDriver(), IVtable::Spice(), KIBIS_MODEL::SpiceDie(), KIBIS_PIN::writeSpiceDevice(), and KIBIS_PIN::writeSpiceDriver().

◆ GetComponent()

KIBIS_COMPONENT * KIBIS::GetComponent ( std::string  aName)

Return the component with name aName .

Nullptr if not found

Definition at line 1415 of file kibis.cpp.

References m_components.

Referenced by SIM_MODEL_KIBIS::ChangePin(), and SPICE_GENERATOR_KIBIS::IbisDevice().

◆ GetModel()

KIBIS_MODEL * KIBIS::GetModel ( std::string  aName)

Return the model with name aName .

Nullptr if not found

Definition at line 1404 of file kibis.cpp.

References m_models.

Referenced by SPICE_GENERATOR_KIBIS::IbisDevice().

◆ Report()

Member Data Documentation

◆ m_cacheDir

std::string KIBIS::m_cacheDir = ""

Absolute path of the directory that will be used for caching.


Definition at line 448 of file kibis.h.

Referenced by KIBIS_PIN::getKuKdFromFile(), KIBIS_PIN::getKuKdOneWaveform(), KIBIS_PIN::getKuKdTwoWaveforms(), and SPICE_GENERATOR_KIBIS::IbisDevice().

◆ m_components

std::vector<KIBIS_COMPONENT> KIBIS::m_components

◆ m_file

KIBIS_FILE KIBIS::m_file

Definition at line 445 of file kibis.h.

Referenced by KIBIS().

◆ m_models

std::vector<KIBIS_MODEL> KIBIS::m_models

Definition at line 444 of file kibis.h.

Referenced by GetModel(), KIBIS(), and KIBIS_COMPONENT::KIBIS_COMPONENT().

◆ m_reporter

REPORTER* KIBIS::m_reporter

Definition at line 442 of file kibis.h.

Referenced by KIBIS().

◆ m_topLevel

◆ m_valid


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