FDTDSettings
Settings for the finite difference time domain solver.
Example
app = cf.GetApplication() project = app:NewProject() -- Activate the finite difference time domain solver project.SolutionSettings.SolverSettings.FDTDSettings.FDTDEnabled = true
Usage locations (object properties)
The following objects have properties using the FDTDSettings object:
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