FDTDSettings

Settings for the finite difference time domain solver.

Example

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

    -- Activate the finite difference time domain solver

project.Contents.SolutionSettings.SolverSettings.FDTDSettings.FDTDEnabled = true

Inheritance

The FDTDSettings object is derived from the CompositeValue object.

Usage locations

The FDTDSettings object can be accessed from the following locations:

Property List

FDTDEnabled
Activates the finite difference time domain solver. (Read/Write boolean)

Property Details

FDTDEnabled
Activates the finite difference time domain solver.
Type
boolean
Access
Read/Write