|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
Public Member Functions | |
| std::wstring | GetComponentName () |
| std::wstring | GetManufacturerName () |
| IIbisPackage * | GetPackage () |
| int | GetPinHeaderCount () |
| IIbisPinList * | GetPins () |
| std::wstring | GetPackageModelName () |
| int | GetPinMappingsHeaderCount () |
| IIbisPinMappingList * | GetPinMappings () |
| int | GetDiffPinHeaderCount () |
| IIbisDiffPinList * | GetDiffPins () |
| TIbisTestLocationType | GetSiLocation () |
| TIbisTestLocationType | GetTimingLocation () |
| IIbisSeriesSwitchGroupList * | GetSeriesSwitchGroups () |
| int | GetSeriesPinMappingsHeaderCount () |
| IIbisSeriesPinMappingList * | GetSeriesPinMappings () |
| IIbisAlternatePackageModelList * | GetAlternatePackageModels () |
| IIbisSNodeList * | GetNodes () |
| IIbisCircuitCallList * | GetCircuitCalls () |
| IIbisComponentEmi * | GetComponentEmi () |
| IIbisModelList * | GetModels () |
| IIbisModelSelectorList * | GetModelSelectors () |
| IIbisAlternatePackageModelList * SCH::IIbisComponent::GetAlternatePackageModels | ( | ) |
| IIbisCircuitCallList * SCH::IIbisComponent::GetCircuitCalls | ( | ) |
| IIbisComponentEmi * SCH::IIbisComponent::GetComponentEmi | ( | ) |
| std::wstring SCH::IIbisComponent::GetComponentName | ( | ) |
| int SCH::IIbisComponent::GetDiffPinHeaderCount | ( | ) |
| IIbisDiffPinList * SCH::IIbisComponent::GetDiffPins | ( | ) |
| std::wstring SCH::IIbisComponent::GetManufacturerName | ( | ) |
| IIbisModelList * SCH::IIbisComponent::GetModels | ( | ) |
| IIbisModelSelectorList * SCH::IIbisComponent::GetModelSelectors | ( | ) |
| IIbisSNodeList * SCH::IIbisComponent::GetNodes | ( | ) |
| IIbisPackage * SCH::IIbisComponent::GetPackage | ( | ) |
| std::wstring SCH::IIbisComponent::GetPackageModelName | ( | ) |
| int SCH::IIbisComponent::GetPinHeaderCount | ( | ) |
| IIbisPinMappingList * SCH::IIbisComponent::GetPinMappings | ( | ) |
| int SCH::IIbisComponent::GetPinMappingsHeaderCount | ( | ) |
| IIbisPinList * SCH::IIbisComponent::GetPins | ( | ) |
| IIbisSeriesPinMappingList * SCH::IIbisComponent::GetSeriesPinMappings | ( | ) |
| int SCH::IIbisComponent::GetSeriesPinMappingsHeaderCount | ( | ) |
| IIbisSeriesSwitchGroupList * SCH::IIbisComponent::GetSeriesSwitchGroups | ( | ) |
| TIbisTestLocationType SCH::IIbisComponent::GetSiLocation | ( | ) |
| TIbisTestLocationType SCH::IIbisComponent::GetTimingLocation | ( | ) |