HashMap<String, Attribute> attributeMap = new HashMap<String, Attribute>();
attributeMap.put("_NO_USER_LOGIC", new Attribute("_NO_USER_LOGIC","",""));
attributeMap.put(srcTypeString, new Attribute(srcTypeString,"",slicePin));
returnMe.place(site);
returnMe.setType(PrimitiveType.SLICEL);
returnMe.setAttributes(attributeMap);
returnMe.setName("XDL_DUMMY_" + returnMe.getTile() + "_" + site.getName());
currStaticSourcePin = null;
return returnMe;