UpdateOptions#
- class ansys.fluent.core.generated.datamodel_242.preferences.Root.ParametricStudy.UpdateOptions(service, rules, path)#
Bases:
PyMenu
Singleton UpdateOptions.
Classes:
AutoRefreshTime
(service, rules[, path])Parameter AutoRefreshTime of value type int.
CaptureSimReportData
(service, rules[, path])Parameter CaptureSimReportData of value type bool.
EnableAutoRefresh
(service, rules[, path])Parameter EnableAutoRefresh of value type bool.
SaveProjectAfterDPUpdate
(service, rules[, path])Parameter SaveProjectAfterDPUpdate of value type bool.
WriteData
(service, rules[, path])Parameter WriteData of value type bool.
Methods:
__init__
(service, rules, path)__init__ method of PyMenu class.
- class AutoRefreshTime(service, rules, path=None)#
Bases:
PyNumerical
Parameter AutoRefreshTime of value type int.
- class CaptureSimReportData(service, rules, path=None)#
Bases:
PyParameter
Parameter CaptureSimReportData of value type bool.
- class EnableAutoRefresh(service, rules, path=None)#
Bases:
PyParameter
Parameter EnableAutoRefresh of value type bool.
- class SaveProjectAfterDPUpdate(service, rules, path=None)#
Bases:
PyParameter
Parameter SaveProjectAfterDPUpdate of value type bool.
- class WriteData(service, rules, path=None)#
Bases:
PyParameter
Parameter WriteData of value type bool.
- __init__(service, rules, path)#
__init__ method of PyMenu class.