IsotropicDielectricLayers

Layer properties of the layered dielectric medium.

Example

application = cf.Application.GetInstance()
project = application:NewProject()

dielectric = project.Definitions.Media.Dielectric:AddDielectric()

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

    -- Modify the isotropic dielectric layer

layeredDielectric.Layers[1].Thickness = 0.05

Inheritance

The IsotropicDielectricLayers object is derived from the CompositeValue object.

The following objects are derived (specialisations) from the IsotropicDielectricLayers object:

Usage locations

The IsotropicDielectricLayers object can be accessed from the following locations:

Property List

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

Property Details

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