insert_monitor_object_from_dict#

Monitor.insert_monitor_object_from_dict(monitor_dict, mode=0)[source]#

Insert a monitor.

Parameters:
monitor_dictdict

Dictionary containing monitor object information.

modeint

Integer to select the information to handle. To identify the faces, vertices, surfaces, and object to which to assign the monitor to, you can use: - ids and names, mode=0, required dict keys: “Name”, “Type”, “ID”, “Quantity”. - positions, mode=1, required dict keys: “Name”, “Type”, “Geometry Assignment”, “Location”, “Quantity”.

Returns:
str

Name of the monitor object.