diagnostics#

class ansys.fluent.core.generated.datamodel_261.meshing_workflow.Root.application.diagnostics(service, rules, path)#

Bases: PyMenu

Singleton diagnostics.

Methods:

__init__(service, rules, path)

__init__ method of PyMenu class.

Classes:

close(service, rules, command[, path])

Command close.

compute(service, rules, command[, path])

Command compute.

diag_options(service, rules, command[, path])

Command diag_options.

draw(service, rules, command[, path])

Command draw.

first(service, rules, command[, path])

Command first.

histogram(service, rules, command[, path])

Command histogram.

ignore(service, rules, command[, path])

Command ignore.

list(service, rules, command[, path])

Command list.

mark(service, rules, command[, path])

Command mark.

next(service, rules, command[, path])

Command next.

previous(service, rules, command[, path])

Command previous.

restore(service, rules, command[, path])

Command restore.

summary(service, rules, command[, path])

Command summary.

update(service, rules, command[, path])

Command update.

__init__(service, rules, path)#

__init__ method of PyMenu class.

class close(service, rules, command, path=None)#

Bases: PyCommand

Command close.

Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

class compute(service, rules, command, path=None)#

Bases: PyCommand

Command compute.

Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

class diag_options(service, rules, command, path=None)#

Bases: PyCommand

Command diag_options.

Parameters:
optionstr
measurestr
averagefloat
minimumfloat
maximumfloat
mark_range_typestr
mark_minfloat
mark_maxfloat
selectedstr
marked_countint
current_countint
extents_update_boundsbool
extents_x_minfloat
extents_y_minfloat
extents_z_minfloat
extents_x_maxfloat
extents_y_maxfloat
extents_z_maxfloat
Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

class draw(service, rules, command, path=None)#

Bases: PyCommand

Command draw.

Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

class first(service, rules, command, path=None)#

Bases: PyCommand

Command first.

Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

class histogram(service, rules, command, path=None)#

Bases: PyCommand

Command histogram.

Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

class ignore(service, rules, command, path=None)#

Bases: PyCommand

Command ignore.

Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

class list(service, rules, command, path=None)#

Bases: PyCommand

Command list.

Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

class mark(service, rules, command, path=None)#

Bases: PyCommand

Command mark.

Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

class next(service, rules, command, path=None)#

Bases: PyCommand

Command next.

Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

class previous(service, rules, command, path=None)#

Bases: PyCommand

Command previous.

Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

class restore(service, rules, command, path=None)#

Bases: PyCommand

Command restore.

Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

class summary(service, rules, command, path=None)#

Bases: PyCommand

Command summary.

Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

class update(service, rules, command, path=None)#

Bases: PyCommand

Command update.

Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.