PlanarSubstrate

The planar substrate properties.

Example

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

dielectric = project.Media:AddDielectric()

project.GroundPlane.DefinitionMethod = 
    cf.Enums.GroundPlaneDefinitionMethodEnum.MultilayerSubstrate

    -- Modify the medium of the second ground plane layer
    
groundPlaneLayer = project.GroundPlane.Layers:Item(2)
groundPlaneLayer.Medium = dielectric

Property List

GroundBottom
The planar substrate ground bottom type specified by the GroundBottomTypeEnum, e.g. None or PEC. (Read/Write GroundBottomTypeEnum)
Medium
The planar substrate medium. (Read/Write Medium)
Thickness
The planar substrate thickness. (Read/Write Expression)

Property Details

GroundBottom
The planar substrate ground bottom type specified by the GroundBottomTypeEnum, e.g. None or PEC.
Type
GroundBottomTypeEnum
Access
Read/Write
Medium
The planar substrate medium.
Type
Medium
Access
Read/Write
Thickness
The planar substrate thickness.
Type
Expression
Access
Read/Write