AddMetal ======== ```{function} AddMetal(CSX, name) ``` Full definition: ```{code-block} matlab function CSX = AddMetal(CSX, name) ``` Add a metal property (PEC) to CSX with the given name. Remember to add at least one or more geometrical primitives to any property. example: CSX = AddMetal(CSX,'metal'); %create PEC with propName 'metal' CSX = AddBox(CSX,'metal',10,[0 0 0],[100 100 200]); %assign box See also AddMaterial, AddExcitation, AddProbe, AddDump, AddBox ----------------------- author: Thorsten Liebig