IsotropicDielectricLayers

Layer properties of the layered dielectric medium.

Example

app = cf.GetApplication()
project = app:NewProject()

dielectric = project.Media:AddDielectric()

layeredDielectric = project.Media:AddLayeredDielectric({0.1},{dielectric})

    -- Modify the isotropic dielectric layer

layeredDielectric.Layers[1].Thickness = 0.05

Property List

Medium
The dielectric medium of the material to be used for the layer. (Read/Write Medium)
Thickness
The thickness (in the model unit) of the layer. (Read/Write Expression)

Property Details

Medium
The dielectric medium of the material to be used for the layer.
Type
Medium
Access
Read/Write
Thickness
The thickness (in the model unit) of the layer.
Type
Expression
Access
Read/Write