|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
Public Member Functions | |
| std::wstring | GetPinNumber () |
| std::wstring | GetIOBank () |
| bool | GetIsIOPin () |
| bool | GetIsCLKPin () |
| bool | GetIsVREFPin () |
| bool | GetIsSpecialPin () |
| int | GetIOStandardCount () |
| IDeviceIOStandard * | GetIOStandard (int Index) |
| bool | GetIsInputOnlyPin () |
| bool | GetIsDCIP_Pin () |
| bool | GetIsDCIN_Pin () |
| bool | GetIsDiffP_Pin () |
| bool | GetIsDiffN_Pin () |
| bool | GetIsHDiffP_Pin () |
| bool | GetIsHDiffN_Pin () |
| bool | GetIsTransmitDiffPin () |
| bool | GetIsReceiveDiffPin () |
| bool | GetIsClkDiffP_Pin () |
| bool | GetIsClkDiffN_Pin () |
| bool | GetIsDLLPin () |
| std::wstring | GetDifferentialId () |
| std::wstring | GetClkDifferentialId () |
| std::wstring | GetUniqueDifferentialID () |
| bool | GetIsPosPinOfDiffPair () |
| bool | GetIsNegPinOfDiffPair () |
| std::wstring SCH::IDevicePin::GetClkDifferentialId | ( | ) |
| std::wstring SCH::IDevicePin::GetDifferentialId | ( | ) |
| std::wstring SCH::IDevicePin::GetIOBank | ( | ) |
| IDeviceIOStandard * SCH::IDevicePin::GetIOStandard | ( | int | Index | ) |
| int SCH::IDevicePin::GetIOStandardCount | ( | ) |
| bool SCH::IDevicePin::GetIsClkDiffN_Pin | ( | ) |
| bool SCH::IDevicePin::GetIsClkDiffP_Pin | ( | ) |
| bool SCH::IDevicePin::GetIsCLKPin | ( | ) |
| bool SCH::IDevicePin::GetIsDCIN_Pin | ( | ) |
| bool SCH::IDevicePin::GetIsDCIP_Pin | ( | ) |
| bool SCH::IDevicePin::GetIsDiffN_Pin | ( | ) |
| bool SCH::IDevicePin::GetIsDiffP_Pin | ( | ) |
| bool SCH::IDevicePin::GetIsDLLPin | ( | ) |
| bool SCH::IDevicePin::GetIsHDiffN_Pin | ( | ) |
| bool SCH::IDevicePin::GetIsHDiffP_Pin | ( | ) |
| bool SCH::IDevicePin::GetIsInputOnlyPin | ( | ) |
| bool SCH::IDevicePin::GetIsIOPin | ( | ) |
| bool SCH::IDevicePin::GetIsNegPinOfDiffPair | ( | ) |
| bool SCH::IDevicePin::GetIsPosPinOfDiffPair | ( | ) |
| bool SCH::IDevicePin::GetIsReceiveDiffPin | ( | ) |
| bool SCH::IDevicePin::GetIsSpecialPin | ( | ) |
| bool SCH::IDevicePin::GetIsTransmitDiffPin | ( | ) |
| bool SCH::IDevicePin::GetIsVREFPin | ( | ) |
| std::wstring SCH::IDevicePin::GetPinNumber | ( | ) |
| std::wstring SCH::IDevicePin::GetUniqueDifferentialID | ( | ) |