|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
Public Member Functions | |
| std::wstring | GetPackageModelName () |
| std::wstring | GetManufacturer () |
| std::wstring | GetOEM () |
| std::wstring | GetDescription () |
| int | GetPinCount () |
| int | GetSectionCount () |
| IIbisStrings * | GetPinNumbers () |
| IIbisPackageElementList * | GetPinSections (int AIndex) |
| IIbisMatrix * | GetResistanceMatrix () |
| IIbisMatrix * | GetInductanceMatrix () |
| IIbisMatrix * | GetCapacitanceMatrix () |
| IIbisMatrix * SCH::IIbisPackageModel::GetCapacitanceMatrix | ( | ) |
| std::wstring SCH::IIbisPackageModel::GetDescription | ( | ) |
| IIbisMatrix * SCH::IIbisPackageModel::GetInductanceMatrix | ( | ) |
| std::wstring SCH::IIbisPackageModel::GetManufacturer | ( | ) |
| std::wstring SCH::IIbisPackageModel::GetOEM | ( | ) |
| std::wstring SCH::IIbisPackageModel::GetPackageModelName | ( | ) |
| int SCH::IIbisPackageModel::GetPinCount | ( | ) |
| IIbisStrings * SCH::IIbisPackageModel::GetPinNumbers | ( | ) |
| IIbisPackageElementList * SCH::IIbisPackageModel::GetPinSections | ( | int | AIndex | ) |
| IIbisMatrix * SCH::IIbisPackageModel::GetResistanceMatrix | ( | ) |
| int SCH::IIbisPackageModel::GetSectionCount | ( | ) |