OutputFileSolverSettings
Output file solver settings.
Example
application = cf.Application.GetInstance() project = application:NewProject() -- Active logging of the residue for iterative solutions project.Contents.SolutionSettings.SolverSettings.GeneralSettings.OutputFileSettings. StoreConvergenceDataEnabled = true
Inheritance
The OutputFileSolverSettings object is derived from the CompositeValue object.
Usage locations
The OutputFileSolverSettings object can be accessed from the following locations:
- Properties
- GeneralSolverSettings object has property OutputFileSettings.
- Methods
- OutputFileSolverSettingsList object has method Append().
- OutputFileSolverSettingsList object has method Get(number).
Property List
- CablePerUnitLength
- Save/read cable per-unit-length parameters, specified by OutputFileSettingsEnum, e.g. NormalExecution, ReadFromFileIfAvailable. (Read/Write OutputFileSettingsEnum)
- Currents
- Specifies whether the solution vector of the linear equations should be saved to and/or read from a *.str file, specified by OutputFileSettingsEnum, e.g. NormalExecution, SaveToFile, etc. (Read/Write OutputFileSettingsEnum)
- LUDecomposedMatrix
- Specifies whether the LU decomposed matrix should be saved to and/or read from a *.lud file, specified by OutputFileSettingsEnum, e.g. NormalExecution, SaveToFile, etc. (Read/Write OutputFileSettingsEnum)
- MatrixElements
- Specifies whether the matrix elements should be saved to and/or read from a *.mat file, specified by OutputFileSettingsEnum, e.g. NormalExecution, SaveToFile, etc. (Read/Write OutputFileSettingsEnum)
- StoreConvergenceDataEnabled
- Specifies whether the residue of the iterative solutions should be written to a *.cgm file. (Read/Write boolean)
- ThermalAnalysisExportEnabled
- Specifies whether to export (*.epl, *.nas, *.map) files for thermal analysis. (Read/Write boolean)
Property Details
- CablePerUnitLength
- Save/read cable per-unit-length parameters, specified by OutputFileSettingsEnum, e.g. NormalExecution, ReadFromFileIfAvailable.
- Type
- OutputFileSettingsEnum
- Access
- Read/Write
- Currents
- Specifies whether the solution vector of the linear equations should be saved to and/or read from a *.str file, specified by OutputFileSettingsEnum, e.g. NormalExecution, SaveToFile, etc.
- Type
- OutputFileSettingsEnum
- Access
- Read/Write
- LUDecomposedMatrix
- Specifies whether the LU decomposed matrix should be saved to and/or read from a *.lud file, specified by OutputFileSettingsEnum, e.g. NormalExecution, SaveToFile, etc.
- Type
- OutputFileSettingsEnum
- Access
- Read/Write
- MatrixElements
- Specifies whether the matrix elements should be saved to and/or read from a *.mat file, specified by OutputFileSettingsEnum, e.g. NormalExecution, SaveToFile, etc.
- Type
- OutputFileSettingsEnum
- Access
- Read/Write
- StoreConvergenceDataEnabled
- Specifies whether the residue of the iterative solutions should be written to a *.cgm file.
- Type
- boolean
- Access
- Read/Write
- ThermalAnalysisExportEnabled
- Specifies whether to export (*.epl, *.nas, *.map) files for thermal analysis.
- Type
- boolean
- Access
- Read/Write