_ReportPlots#

class ansys.fluent.core.datamodel_241.flicing.Root.Case.Solution.Monitors.ReportPlots._ReportPlots(service, rules, path)

Bases: PyMenu

Singleton _ReportPlots.

Classes:

Active(service, rules[, path])

Parameter Active of value type bool.

Frequency(service, rules[, path])

Parameter Frequency of value type int.

FrequencyOf(service, rules[, path])

Parameter FrequencyOf of value type str.

IsValid(service, rules[, path])

Parameter IsValid of value type bool.

Name(service, rules[, path])

Parameter Name of value type str.

Print(service, rules[, path])

Parameter Print of value type bool.

ReportDefinitions(service, rules[, path])

Parameter ReportDefinitions of value type List[str].

Title(service, rules[, path])

Parameter Title of value type str.

UnitInfo(service, rules[, path])

Parameter UnitInfo of value type str.

XLabel(service, rules[, path])

Parameter XLabel of value type str.

YLabel(service, rules[, path])

Parameter YLabel of value type str.

class Active(service, rules, path=None)

Bases: PyParameter

Parameter Active of value type bool.

class Frequency(service, rules, path=None)

Bases: PyNumerical

Parameter Frequency of value type int.

class FrequencyOf(service, rules, path=None)

Bases: PyTextual

Parameter FrequencyOf of value type str.

class IsValid(service, rules, path=None)

Bases: PyParameter

Parameter IsValid of value type bool.

class Name(service, rules, path=None)

Bases: PyTextual

Parameter Name of value type str.

class Print(service, rules, path=None)

Bases: PyParameter

Parameter Print of value type bool.

class ReportDefinitions(service, rules, path=None)

Bases: PyTextual

Parameter ReportDefinitions of value type List[str].

class Title(service, rules, path=None)

Bases: PyTextual

Parameter Title of value type str.

class UnitInfo(service, rules, path=None)

Bases: PyTextual

Parameter UnitInfo of value type str.

class XLabel(service, rules, path=None)

Bases: PyTextual

Parameter XLabel of value type str.

class YLabel(service, rules, path=None)

Bases: PyTextual

Parameter YLabel of value type str.