FaceMonitor#

class pyaedt.modules.monitor_icepak.FaceMonitor(monitor_name, monitor_type, face_id, quantity, app)[source]#

Provides Icepak face monitor properties and methods.

Methods

FaceMonitor.delete()

Delete a monitor object.

FaceMonitor.value([quantity, setup, ...])

Get a list of values obtained from the monitor object.

Attributes

FaceMonitor.geometry_assignment

Get the geometry assignment for the monitor object.

FaceMonitor.id

Get the name, or id of geometry assignment.

FaceMonitor.location

Get the monitor location in terms of face or surface center.

FaceMonitor.name

Get the name of the monitor object.

FaceMonitor.properties

Get a dictionary of properties.

FaceMonitor.quantities

Get the quantities being monitored.

FaceMonitor.type

Get the monitor type.