|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
Public Member Functions | |
| std::wstring | GetKind () |
| std::wstring | GetSubKind () |
| std::wstring | GetSpicePrefix () |
| std::wstring | GetNetlist () |
| std::wstring | GetExcludedParts () |
| void | SetKind (std::wstring const Value) |
| void | SetSubKind (std::wstring const Value) |
| void | SetSpicePrefix (std::wstring const Value) |
| void | SetNetlist (std::wstring const Value) |
| void | SetExcludedParts (std::wstring const Value) |
| ISimImplementationFile * | Replicate () |
| Public Member Functions inherited from SCH::IImplementationFile | |
| std::wstring | GetDescription () |
| std::wstring | GetModelName () |
| std::wstring | GetModelType () |
| std::wstring | GetModelFilename () |
| std::wstring | GetReleaseVaultGUID () |
| std::wstring | GetReleaseItemGUID () |
| std::wstring | GetItemRevisionGUID () |
| int | GetParameterCount () |
| std::wstring | GetParameterName (int Index) |
| std::wstring | GetParameterValue (int Index) |
| void | SetDescription (std::wstring AValue) |
| void | SetModelName (std::wstring AValue) |
| void | SetModelType (std::wstring AValue) |
| void | SetModelFilename (std::wstring AValue) |
| void | SetReleaseVaultGUID (std::wstring Value) |
| void | SetReleaseItemGUID (std::wstring Value) |
| void | SetItemRevisionGUID (std::wstring Value) |
| EDP::IItemParameter * | GetParameterByName (std::wstring AName) |
| std::wstring | GetParameterValueByName (std::wstring AName) |
| void | SetParameterValueByName (std::wstring AName, std::wstring AValue) |
| void | ClearParameters () |
| void | DeleteParameter (int Index) |
| void | DeleteParameterByName (std::wstring AName) |
| bool | SaveToFile (std::wstring AFileName) |
| std::wstring SCH::ISimImplementationFile::GetExcludedParts | ( | ) |
| std::wstring SCH::ISimImplementationFile::GetKind | ( | ) |
| std::wstring SCH::ISimImplementationFile::GetNetlist | ( | ) |
| std::wstring SCH::ISimImplementationFile::GetSpicePrefix | ( | ) |
| std::wstring SCH::ISimImplementationFile::GetSubKind | ( | ) |
| ISimImplementationFile * SCH::ISimImplementationFile::Replicate | ( | ) |
| void SCH::ISimImplementationFile::SetExcludedParts | ( | std::wstring const | Value | ) |
| void SCH::ISimImplementationFile::SetKind | ( | std::wstring const | Value | ) |
| void SCH::ISimImplementationFile::SetNetlist | ( | std::wstring const | Value | ) |
| void SCH::ISimImplementationFile::SetSpicePrefix | ( | std::wstring const | Value | ) |
| void SCH::ISimImplementationFile::SetSubKind | ( | std::wstring const | Value | ) |