[[Image:SOURCE MAN2.png|thumb|left|480px|The distributed source dialog.]]
</td>
</tr>
</table>
== Embedded Dielectric Object Set ==
ICON: [[File:diel_group_icon.png]]
MODULE: [[EM.Picasso]]
FUNCTION: Defines an embedded dielectric object set group
TO DEFINE AN EMBEDDED DIELECTRIC SET:
# Right-click on the '''Embedded Object Sets''' item in the navigation tree.
# Select '''Insert New Dielectric Set...''' to open up the New Dielectric Object Set dialog.
#From the drop-down list labeled '''Host Layer''', select the substrate layer to embed the new object set.
# Enter values for relative permittivity ε<sub>r</sub> and electric conductivity σ in S/m. The default values are ε<sub>r</sub> = 1 and σ = 0, representing an air void.
# Click the <b>OK</b> button of the dialog to return to the project workspace.
PYTHON COMMAND:
pec_via_group(label,host_layer)
EMBEDDED DIELECTRIC SET PARAMETERS
{| class="wikitable"
|-
! scope="col"| Parameter Name
! scope="col"| Value Type
! scope="col"| Units
! scope="col"| Default Value
! scope="col"| Notes
|-
! scope="row" | eps (ε<sub>r</sub>)
| Real Numeric
| -
| 1.0
| relative permittivity
|-
! scope="row" | sigma (σ)
| Real Numeric
| S/m
| 0.0
| electric conductivity
|-
! scope="row" | Locked mesh density
| Real Numeric
| cells/effective wavelength
| 30
| Only if "Lock Mesh" enabled
|}
<table>
<tr>
<td> [[Image:MATER MAN21.png|thumb|left|480px|The embedded dielectric object set dialog.]] </td>
</tr>
</table>