AnisotropicDielectricLayers

Layer properties of the layered anisotropic dielectric medium.

Example

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

dielectric1 = project.Media:AddDielectric()
dielectric2 = project.Media:AddDielectric()

layeredAnisotropicDielectric = 
    project.Media:AddLayeredAnisotropicDielectric({0.1},{0.0},{dielectric1},{dielectric2})

    -- Modify the anisotropic dielectric layer

layeredAnisotropicDielectric.Layers[1].PrincipleDirection = 90
layeredAnisotropicDielectric.Layers[1].PrincipleMedium = dielectric2
layeredAnisotropicDielectric.Layers[1].OrthogonalMedium = dielectric1

Property List

OrthogonalMedium
The dielectric medium of the material to be used in the orthogonal direction. (Read/Write Medium)
PrincipleDirection
The angle (in degrees) from which the principle direction is obtained. (Read/Write Expression)
PrincipleMedium
The dielectric medium of the material to be used in the principle direction. (Read/Write Medium)
Thickness
The thickness of the layer (in the model unit). (Read/Write Expression)

Property Details

OrthogonalMedium
The dielectric medium of the material to be used in the orthogonal direction.
Type
Medium
Access
Read/Write
PrincipleDirection
The angle (in degrees) from which the principle direction is obtained.
Type
Expression
Access
Read/Write
PrincipleMedium
The dielectric medium of the material to be used in the principle direction.
Type
Medium
Access
Read/Write
Thickness
The thickness of the layer (in the model unit).
Type
Expression
Access
Read/Write