
HasModel(ModelType : String,ModelName : String,CurrentModelOnly : Boolean) : Boolean/Boolean_String It is possible to link a part to more than one model of the same type, but only one model of each type can be selected as a part's Current Model. Returns all part objects that are linked to a Footprint Model whose Name property is DIP14 that Model must be the Current Footprint for the part.Įach part can be linked to models of Footprint, Simulation, Ibis, FPGA Pin, and Signal Integrity types. Returns all part objects that are linked to a Footprint Model whose Name property is SOIC14 that Model does not have to be each part's Current Footprint (but it can be). When this is False, the linked footprint model does not have to be the Current Footprint (but it still can be) when this is True, the linked footprint model does have to be the Current Footprint. The CurrentModelOnly parameter specifies whether or not the linked footprint model has to be the Current Footprint for each part. The ModelName string specifies the Name property of the linked footprint model. HasFootprint(ModelName : String,CurrentModelOnly : Boolean) : Boolean/Boolean_String


It is possible to link a part to more than one footprint model, but only one model can be selected as a part's Current Footprint.
