WorkspaceManager_Err-SameParameterContainingDifferentTypesSame Parameter Containing Different Types_AD
软件的功能取决于您购买的Altium产品级别。您可以比较Altium Designer软件订阅的各个级别中包含的功能,以及通过Altium 365平台提供的应用程序所能实现的功能。
如果您在软件中找不到某个讨论过的功能,请联系Altium销售团队以获取更多信息。
Parent category: Violations Associated with Parameters
Default report mode:
Summary Copy Link Copied
This violation occurs when two parameters possessing the same name have been assigned to the same design object, but the parameters have differing types.
Notification Copy Link Copied
If compiler errors and warnings are enabled for display on the schematic (enabled on the Schematic - Compiler page of the Preferences dialog) an offending object will display a colored squiggle beneath it. A notification is also displayed in the Messages panel in the following format:
Same parameter contains different types <Object> <Types>
where:
Object
is the particular object to which the offending parameter is associated.Types
shows the different types for the parameter as a pairing (e.g.BOOLEAN
andSTRING
).
Recommendation for Resolution Copy Link Copied
Typically, you would not have multiple parameters of the same name associated to an object. Review the parameters assigned to the object and remove the erroneous/redundant one.